1
0
Fork 0

Bug fix: derived classes were never getting a chance to respond to the towers landing intention query properly

This commit is contained in:
daveluff 2003-10-16 11:12:37 +00:00
parent 58cadee5f3
commit 0cb2aeffbd

View 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;