src/timetable_cmd.cpp
changeset 9332 2e120d0bd632
parent 9146 2c8c94a75544
child 9339 daaa2adbaf99
--- a/src/timetable_cmd.cpp	Sat Apr 05 21:45:05 2008 +0000
+++ b/src/timetable_cmd.cpp	Sat Apr 05 23:36:54 2008 +0000
@@ -69,7 +69,7 @@
 	bool packed_time = HasBit(p1, 25);
 	bool is_journey = HasBit(p1, 24) || packed_time;
 	if (!is_journey) {
-		if (order->type != OT_GOTO_STATION) return_cmd_error(STR_TIMETABLE_ONLY_WAIT_AT_STATIONS);
+		if (!order->IsType(OT_GOTO_STATION)) return_cmd_error(STR_TIMETABLE_ONLY_WAIT_AT_STATIONS);
 		if (_patches.new_nonstop && (order->flags & OFB_NON_STOP)) return_cmd_error(STR_TIMETABLE_NOT_STOPPING_HERE);
 	}