From f1cd7ef5ee9d0862622d53a4c348d6f9debd500e Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Apr 2008 19:18:56 +0000 Subject: (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. --- src/timetable_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timetable_gui.cpp') diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index dd78c2e0f..914eb7e2d 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -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; -- cgit v1.2.3-70-g09d2