]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
#358: Missing option to disable AI scenarios
[flightgear.git] / src / AIModel / AIBase.hxx
index 80a93c206b11d74a23510e1c53c29ffa9b9ab5c5..61351adbbdc2f1f33b42c3f8d82da254b85fcc81 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);
@@ -193,6 +193,7 @@ protected:
     bool invisible;
     bool no_roll;
     bool serviceable;
+    bool _installed;
     int _subID;
 
     double life;