summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2018-03-03 10:59:14 +0100
committerGitHub <noreply@github.com>2018-03-03 10:59:14 +0100
commita1cf8a127c57719d18fa0ccbe4a3fa3ac5504ef2 (patch)
treea9786a992a9b8b6264a138d1937d1b915743e636 /src/localplayer.h
parentf5fd4a0af1fef2e9cd3f7f368884349013a06dcc (diff)
downloadminetest-a1cf8a127c57719d18fa0ccbe4a3fa3ac5504ef2.tar.gz
minetest-a1cf8a127c57719d18fa0ccbe4a3fa3ac5504ef2.tar.bz2
minetest-a1cf8a127c57719d18fa0ccbe4a3fa3ac5504ef2.zip
Slippery: Simplify, make more efficient (#7086)
Use already existing collision results for the nearest colliding node Fix slippery effect in free_move mode
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 77d79e472..dc59c4179 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -61,7 +61,6 @@ public:
u8 liquid_viscosity = 0;
bool is_climbing = false;
bool swimming_vertical = false;
- bool is_slipping = false;
float physics_override_speed = 1.0f;
float physics_override_jump = 1.0f;