1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 01:45:36 +02: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;