diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 3bbb4034d..51e2320bc 100644 --- a/src/player.h +++ b/src/player.h @@ -114,7 +114,10 @@ public: void deSerialize(std::istream &is); bool touching_ground; + // This oscillates so that the player jumps a bit above the surface bool in_water; + // This is more stable and defines the maximum speed of the player + bool in_water_stable; bool swimming_up; Inventory inventory; |