aboutsummaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
authorMark Holmquist <marktraceur@gmail.com>2011-07-27 14:38:48 -0700
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-08-01 09:22:36 +0200
commit1c59cff8328bd85d6aed7df38b7eaddbeeca0aec (patch)
tree551b5a158be3dab163ab34e4e2908d55bdbd256c /src/player.h
parentbc2819cab2978c61b2ca1d7b68a5d1f223e8647a (diff)
downloadhax-minetest-server-1c59cff8328bd85d6aed7df38b7eaddbeeca0aec.tar.gz
hax-minetest-server-1c59cff8328bd85d6aed7df38b7eaddbeeca0aec.zip
Ladders implemented!
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 29460e1e1..78ca14948 100644
--- a/src/player.h
+++ b/src/player.h
@@ -118,6 +118,7 @@ public:
bool in_water;
// This is more stable and defines the maximum speed of the player
bool in_water_stable;
+ bool is_climbing;
bool swimming_up;
Inventory inventory;