summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 9a9767d38..fb57e6538 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -101,6 +101,7 @@ private:
std::string m_old_node_below_type;
// Whether recalculation of the sneak node is needed
bool m_need_to_get_new_sneak_node;
+ bool m_can_jump;
};
#endif