let bool FGAIFlightPlan::createCruise() return a value
fix Windows build.
This commit is contained in:
parent
971e98cd14
commit
0c9716227c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue