diff --git a/src/lib/commands/marc.c b/src/lib/commands/marc.c index e9c83180..d9c08099 100644 --- a/src/lib/commands/marc.c +++ b/src/lib/commands/marc.c @@ -142,7 +142,7 @@ march(void) * fall through */ case 'M': - unit_map(EF_LAND, lnd->lnd_uid, &ns, &origin); + unit_map(EF_LAND, atoi(player->argp[1]), &ns, &origin); draw_map(bmap_flag, origin, 0, &ns); skip = 1; break;