diff options
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 0586ef434..42e8cab7d 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -186,6 +186,8 @@ private: bool m_falling; float m_disturb_timer; std::string m_disturbing_player; + float m_random_disturb_timer; + float m_shoot_y; Settings *m_properties; }; |