]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
fix #416: reciprocal filter broken
[flightgear.git] / src / AIModel / AIBase.hxx
index fa68074012da14be211c01c6e64caf0b17414cc6..fa85d5d2b656ab066311caf672ec4ceac73167f1 100644 (file)
@@ -52,7 +52,7 @@ public:
         otEscort, otMultiplayer,
         MAX_OBJECTS }; // Needs to be last!!!
 
-    FGAIBase(object_type ot);
+    FGAIBase(object_type ot, bool enableHot);
     virtual ~FGAIBase();
 
     virtual void readFromScenario(SGPropertyNode* scFileNode);
@@ -300,9 +300,6 @@ public:
     inline double _getRange() { return range; };
     inline double _getBearing() { return bearing; };
 
-    virtual osg::Node* load3DModel(const string &path,
-        SGPropertyNode *prop_root);
-
     static bool _isNight();
 
      string & getCallSign();