Hero movement affects water bubble direction

This commit is contained in:
Pasi Kallinen
2024-04-10 21:56:49 +03:00
parent 46370fc124
commit 62b78ba037
4 changed files with 27 additions and 1 deletions

View File

@@ -1550,6 +1550,7 @@ extern void movebubbles(void);
extern void water_friction(void);
extern void save_waterlevel(NHFILE *) NONNULLARG1;
extern void restore_waterlevel(NHFILE *) NONNULLARG1;
extern void maybe_adjust_hero_bubble(void);
/* ### mkobj.c ### */