From 78fd95f67c003de9ed1877cd9f8fcc380c5cdebe Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 10 Apr 2011 18:38:03 +0200 Subject: [PATCH] Switch do_unit_move() over to display_region_map() Just to make it more obviously consistent with map() callbacks used with move_ground(). --- src/lib/commands/navi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/commands/navi.c b/src/lib/commands/navi.c index 0223823b..0ec8f649 100644 --- a/src/lib/commands/navi.c +++ b/src/lib/commands/navi.c @@ -195,8 +195,8 @@ do_unit_move(struct emp_qelem *ulist, int *together, * fall through */ case 'M': - do_map(bmap_flag, leader->ef_type, player->argp[1], - player->argp[2]); + display_region_map(bmap_flag, type, leader->x, leader->y, + player->argp[1], player->argp[2]); skip = 1; continue; case 'f':