Make map drawing commands fail on bad flags
Also affects mapping at movement prompts of navigate, march, move, test, transport.
This commit is contained in:
parent
d78df0b48b
commit
baee0744ff
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ do_map(int bmap, int unit_type, char *arg, char *map_flags_arg)
|
|||
default:
|
||||
bad_flag:
|
||||
pr("Bad flag %c!\n", *b);
|
||||
break;
|
||||
return RET_SYN;
|
||||
}
|
||||
}
|
||||
return draw_map(bmap, origin, map_flags, &ns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue