]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIManager.hxx
Improve timing statistics
[flightgear.git] / src / AIModel / AIManager.hxx
index 891d3a5069f2a33560abe37e958f8599937091b7..d08bf17f0a4eebb5dc2f003345edd0f6e771000d 100644 (file)
@@ -81,16 +81,16 @@ public:
     inline double get_wind_from_east() const {return wind_from_east; }
     inline double get_wind_from_north() const {return wind_from_north; }
     inline double get_user_roll() const { return user_roll; }
-    inline double get_user_agl() const { return user_agl; }
+    inline double get_user_agl() const { return user_altitude_agl; }
 
     int getNumAiObjects(void) const;
 
     void processScenario( const string &filename );
 
-  static SGPropertyNode_ptr loadScenarioFile(const std::string& filename);
+    static SGPropertyNode_ptr loadScenarioFile(const std::string& filename);
 
-  static bool getStartPosition(const string& id, const string& pid,
-                               SGGeod& geodPos, double& hdng, SGVec3d& uvw);
+    static bool getStartPosition(const string& id, const string& pid,
+        SGGeod& geodPos, double& hdng, SGVec3d& uvw);
 
 private: