]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/event_mgr.hxx
scenery: Use correct property root in xml loading.
[simgear.git] / simgear / structure / event_mgr.hxx
index 23ee5348d9a836408370e773650c93e1d2ba6cc4..b8dda323fb7e7c15f4ae3156a69b1d52b99702dc 100644 (file)
@@ -17,6 +17,7 @@ public:
     double interval;
     SGCallback* callback;
     bool repeat;
+    bool running;
 };
 
 class SGTimerQueue {