fix movement prefixes
My earlier change resulted in rejecting all commands entered after a movement prefix key, rather than just ones that aren't supposed to take any prefix. This fixes that and also restores the ability to use 'm>' or 'm<' on stairs to change levels without auto-pickup at the destination.
This commit is contained in:
@@ -199,6 +199,7 @@ extern boolean status_hilite_menu(void);
|
||||
|
||||
/* ### cmd.c ### */
|
||||
|
||||
extern void set_move_cmd(int, int);
|
||||
extern int do_move_west(void);
|
||||
extern int do_move_northwest(void);
|
||||
extern int do_move_north(void);
|
||||
|
||||
Reference in New Issue
Block a user