From 0cb2aeffbdbb8732f01b0abd99b1f5e4e5fa84a4 Mon Sep 17 00:00:00 2001 From: daveluff Date: Thu, 16 Oct 2003 11:12:37 +0000 Subject: [PATCH] Bug fix: derived classes were never getting a chance to respond to the towers landing intention query properly --- src/ATC/AIPlane.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/AIPlane.hxx b/src/ATC/AIPlane.hxx index b87c50864..7f00d89a5 100644 --- a/src/ATC/AIPlane.hxx +++ b/src/ATC/AIPlane.hxx @@ -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; -- 2.39.5