]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIThermal.hxx
Clear chat messages when an aircraft becomes inactive in the property tree.
[flightgear.git] / src / AIModel / AIThermal.hxx
index 03fcd3213f5f2c04f168a92652feab3f1a236e99..38a50bea9da7784a107eefd3e74f623bb47bdc98 100644 (file)
@@ -37,7 +37,7 @@ public:
        
         void readFromScenario(SGPropertyNode* scFileNode);
 
-       virtual bool init();
+       virtual bool init(bool search_in_AI_path=false);
         virtual void bind();
         virtual void unbind();
        virtual void update(double dt);