Timetable wait in depot: minor whitespace/style changes.

This commit is contained in:
Jonathan G Rennison
2015-08-03 01:06:42 +01:00
parent d8c5de188f
commit 4d1c4d18be
5 changed files with 17 additions and 8 deletions

View File

@@ -1362,10 +1362,12 @@ static void AircraftEventHandler_InHangar(Aircraft *v, const AirportFTAClass *ap
return;
}
if (v->current_order.IsWaitTimetabled())
if (v->current_order.IsWaitTimetabled()) {
v->HandleWaiting(false);
if (v->current_order.IsType(OT_WAITING))
}
if (v->current_order.IsType(OT_WAITING)) {
return;
}
/* if we were sent to the depot, stay there */
if (v->current_order.IsType(OT_GOTO_DEPOT) && (v->vehstatus & VS_STOPPED)) {