]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Scenery / tilemgr.hxx
index 048fe7692320b3a462eb86f7d8beaa9508659233..6b4a4e7ef5bfbae3357a83365466c371ce34c764 100644 (file)
@@ -81,6 +81,9 @@ private:
     void update_queues();
     
     SGPropertyNode* _visibilityMeters;
+    SGPropertyChangeListener* _propListener;
+    SGPropertyNode_ptr _randomObjects;
+    SGPropertyNode_ptr _randomVegetation;
     
 public:
     FGTileMgr();
@@ -93,6 +96,9 @@ public:
 
     virtual void update(double dt);
 
+    // update loader configuration options
+    void configChanged();
+
     int schedule_tiles_at(const SGGeod& location, double rangeM);