aboutsummaryrefslogtreecommitdiff
path: root/src/client/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/localplayer.h')
-rw-r--r--src/client/localplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/localplayer.h b/src/client/localplayer.h
index 842c18015..eaac216d3 100644
--- a/src/client/localplayer.h
+++ b/src/client/localplayer.h
@@ -143,6 +143,8 @@ public:
v3f getLegitSpeed() const { return m_freecam ? m_legit_speed : m_speed; }
+ v3f getSendSpeed();
+
inline void setLegitPosition(const v3f &position)
{
if (m_freecam)