From dd9e82f5bc2982abab436afdd68df799c6fdd857 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 8 Feb 2011 01:12:55 +0200 Subject: bug-fixin' --- src/player.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/player.h') 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; -- cgit v1.2.3