1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Ladders implemented!

This commit is contained in:
Mark Holmquist 2011-07-27 14:38:48 -07:00 committed by Giuseppe Bilotta
parent bc2819cab2
commit 1c59cff832
4 changed files with 34 additions and 1 deletions

View file

@ -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;