This innocuous looking typo was crashing the sim whenever an AI plane was asked to follow the user whilst the user was flying a circuit (non straight-in) approach
This commit is contained in:
parent
b22e2dfdce
commit
71c8889cbf
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ void FGTower::ProcessDownwindReport(TowerPlaneRec* t) {
|
|||
trns += s;
|
||||
if((tt->opType) == CIRCUIT) {
|
||||
PatternLeg leg;
|
||||
if(t->isUser) {
|
||||
if(tt->isUser) {
|
||||
leg = tt->leg;
|
||||
} else {
|
||||
leg = tt->planePtr->GetLeg();
|
||||
|
|
Loading…
Add table
Reference in a new issue