1
0
Fork 0

FIXME Comment

This commit is contained in:
portree_kid 2021-03-08 21:54:41 +01:00 committed by James Turner
parent 5489a3bfd7
commit 40579bbc67

View file

@ -508,6 +508,7 @@ bool FGAIAircraft::loadNextLeg(double distance) {
int leg;
if ((leg = fp->getLeg()) == 9) {
if (!trafficRef->next()) {
//FIXME I'm on leg 9 and don't even reach parking.
return false;
}
setCallSign(trafficRef->getCallSign());