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 4bb35b70d..718ea0271 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -229,6 +229,7 @@ private: float m_yaw; float m_last_sent_yaw; v3f m_last_sent_position; + float m_last_sent_position_timer; }; #endif |