]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIManager.hxx
Stuart Buchanan:
[flightgear.git] / src / AIModel / AIManager.hxx
index 19303fc34a21070458288f0b70ca46caac16bdf5..3f6dd9c2fc5d21c349f9c424ddac1cab6aed026e 100644 (file)
@@ -36,7 +36,7 @@
 #include <Traffic/SchedFlight.hxx>
 #include <Traffic/Schedule.hxx>
 
-SG_USING_STD(list);
+using std::list;
 
 class FGAIThermal;
 
@@ -100,7 +100,7 @@ private:
     double calcRange(double lat, double lon, double lat2, double lon2)const;
 
     SGPropertyNode_ptr root;
-    SGPropertyNode_ptr wind_from_down_node;
+    SGPropertyNode_ptr thermal_lift_node;
     SGPropertyNode_ptr user_latitude_node;
     SGPropertyNode_ptr user_longitude_node;
     SGPropertyNode_ptr user_altitude_node;