]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/environment.h
fixed problem with vc++ build crashing at startup
[dragonfireclient.git] / src / environment.h
index 85d2f668f444fc2aa197dbc250aed9c029592c28..e82cea6ae275ab9fe2330b543397b8bfa4431a60 100644 (file)
@@ -35,6 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "player.h"
 #include "map.h"
 #include <ostream>
+#include "utility.h"
 
 class Environment
 {
@@ -154,6 +155,7 @@ class ServerEnvironment : public Environment
        Queue<ActiveObjectMessage> m_active_object_messages;
        float m_random_spawn_timer;
        float m_send_recommended_timer;
+       IntervalLimiter m_object_management_interval;
 };
 
 #ifndef SERVER