]> git.mxchange.org Git - flightgear.git/commitdiff
Bug fix: derived classes were never getting a chance to respond to the towers landing...
authordaveluff <daveluff>
Thu, 16 Oct 2003 11:12:37 +0000 (11:12 +0000)
committerdaveluff <daveluff>
Thu, 16 Oct 2003 11:12:37 +0000 (11:12 +0000)
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;