]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/groundnetwork.hxx
Bugfix: Retrieval of the next radio frequency was broken. Contributed by Adrian Musceac.
[flightgear.git] / src / Airports / groundnetwork.hxx
index 3de47c2bafb2b1cfc4f7929ba7d616356a315a16..a493426872df45c5803f8082e8a376f0ec75c7f9 100644 (file)
@@ -150,6 +150,7 @@ public:
   void setCourseDiff(double crse);
 
 
+
   
 };
 
@@ -227,6 +228,8 @@ class FGGroundNetwork : public FGATCController
 {
 private:
   bool hasNetwork;
+  bool networkInitialized;
+  time_t nextSave;
   //int maxDepth;
   int count;
   FGTaxiNodeVector    nodes;
@@ -292,6 +295,7 @@ public:
   virtual void render(bool);
   virtual string getName();
 
+  void saveElevationCache();
 };