]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/AIPlane.hxx
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / ATC / AIPlane.hxx
index b87c50864673e8f0ed4ba41f953611faee2fd157..7f00d89a5297ac07968540cb6bf6234a56f45ddc 100644 (file)
@@ -82,7 +82,7 @@ public:
        inline PatternLeg GetLeg() {return leg;}
        
        // Return what type of landing we're doing on this circuit
-       LandingType GetLandingOption();
+       virtual LandingType GetLandingOption();
 
 protected:
        PlaneRec plane;