diff options
| author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-08-01 05:59:40 -0700 |
|---|---|---|
| committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-08-01 05:59:40 -0700 |
| commit | f6bc6621946f019689e099a423e6bfc7bf7e2618 (patch) | |
| tree | e5ce572a273a2d4fbfc13d8680f4eb470cb91a3d /src/player.h | |
| parent | 7ece67727dcc1ff7a6634e4b911eeb82ed3eaf45 (diff) | |
| parent | 7bd9e53ae630feabe42ab48369913f93beac26a7 (diff) | |
| download | minetest-f6bc6621946f019689e099a423e6bfc7bf7e2618.tar.xz | |
Merge pull request #47 from MarkTraceur/master
More better ladders
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 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; |
