Use proper locomotion when avoiding water or lava

This commit is contained in:
Pasi Kallinen
2022-02-13 10:56:40 +02:00
parent a1bb10e8f6
commit 73dbd39d98
3 changed files with 14 additions and 2 deletions

View File

@@ -915,6 +915,7 @@ extern boolean test_move(int, int, int, int, int);
extern int wiz_debug_cmd_traveldisplay(void);
#endif
extern boolean u_rooted(void);
extern const char *u_locomotion(const char *);
extern void domove(void);
extern void runmode_delay_output(void);
extern void overexert_hp(void);