diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 82ed92649..91ad99911 100644 --- a/src/player.h +++ b/src/player.h @@ -95,6 +95,7 @@ public: virtual bool isLocal() const = 0; bool touching_ground; + bool in_water; Inventory inventory; |