]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIAircraft.hxx
Make the scenerio's work again (now for real) and a small number of updates.
[flightgear.git] / src / AIModel / AIAircraft.hxx
index bcacae266f63d32bcef7c2764d0099c6a938a9c8..33cf99e5e4e402c5964def17eec688fb7bd11cf2 100644 (file)
@@ -83,6 +83,8 @@ private:
 
        void Run(double dt);
         double sign(double x); 
+
+        bool _getGearDown() const;
 };