Maintenance: ApproachController
++prefix for complex types.
This commit is contained in:
parent
f15e1346be
commit
2d3dfc2c0b
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ ActiveRunway *FGApproachController::getRunway(const string& name)
|
|||
if (rwy->getRunwayName() == name) {
|
||||
break;
|
||||
}
|
||||
rwy++;
|
||||
++rwy;
|
||||
}
|
||||
}
|
||||
if (rwy == activeRunways.end()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue