Bug fix: derived classes were never getting a chance to respond to the towers landing intention query properly
This commit is contained in:
parent
58cadee5f3
commit
0cb2aeffbd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue