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

@@ -316,10 +316,12 @@ static bool CheckShipLeaveDepot(Ship *v)
{
if (!v->IsChainInDepot()) return false;
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 true;
}
/* We are leaving a depot, but have to go to the exact same one; re-enter */
if (v->current_order.IsType(OT_GOTO_DEPOT) &&