1
0
Fork 0

Maintenance: ApproachController

++prefix for complex types.
This commit is contained in:
scttgs0 2023-05-24 23:31:46 -05:00
parent f15e1346be
commit 2d3dfc2c0b

View file

@ -200,7 +200,7 @@ ActiveRunway *FGApproachController::getRunway(const string& name)
if (rwy->getRunwayName() == name) {
break;
}
rwy++;
++rwy;
}
}
if (rwy == activeRunways.end()) {