]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIManager.hxx
Merge branch 'next' of git@gitorious.org:fg/flightgear into next
[flightgear.git] / src / AIModel / AIManager.hxx
index 8b3582b39f25d6bc9f4c4990c698fe38d2689394..8f582801afee5880e9060b7992b3ff7e6ac78929 100644 (file)
@@ -46,7 +46,7 @@ class FGAIManager : public SGSubsystem
 public:
 
     // A list of pointers to AI objects
-    typedef list <osg::ref_ptr<FGAIBase> > ai_list_type;
+    typedef list <SGSharedPtr<FGAIBase> > ai_list_type;
     typedef ai_list_type::iterator ai_list_iterator;
     typedef ai_list_type::const_iterator ai_list_const_iterator;
 
@@ -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;