1
0
Fork 0

let bool FGAIFlightPlan::createCruise() return a value

fix Windows build.
This commit is contained in:
Torsten Dreyer 2011-07-24 17:22:00 +02:00
parent 971e98cd14
commit 0c9716227c

View file

@ -308,4 +308,5 @@ bool FGAIFlightPlan::createCruise(FGAIAircraft *ac, bool firstFlight, FGAirport
waypoints.push_back(wpt);
wpt = createInAir(ac, "BOD2", secondaryDescentPoint, alt, vCruise);
waypoints.push_back(wpt);
return true;
}