(svn r12615) -Codechange: rename some enums related to depot orders to make it more clear that they are no loading/unloading flags. Also add more type strictness.
This commit is contained in:
@@ -146,7 +146,7 @@ static void DrawTimetableWindow(Window *w)
|
||||
}
|
||||
}
|
||||
|
||||
if (order->GetDepotOrderType() & OFB_SERVICE_IF_NEEDED) string++; /* service at */
|
||||
if (order->GetDepotOrderType() & ODTFB_SERVICE) string++; /* service at */
|
||||
|
||||
SetDParam(0, string);
|
||||
} break;
|
||||
|
Reference in New Issue
Block a user