diff options
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 04d33647e..17d87e342 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -231,6 +231,7 @@ private: float m_yaw; float m_last_sent_yaw; v3f m_last_sent_position; + v3f m_last_sent_velocity; float m_last_sent_position_timer; float m_last_sent_move_precision; }; |