vehicle.c
changeset 2469 1bfbb0dc0b75
parent 2467 50a1bfdb6431
child 2498 befad2fe53d2
--- a/vehicle.c	Tue Sep 27 20:55:42 2005 +0000
+++ b/vehicle.c	Wed Sep 28 19:35:36 2005 +0000
@@ -2233,7 +2233,7 @@
 
 		/* Old savegames used 'last_station_visited = 0xFF', should be 0xFFFF */
 		if (_sl_version < 5 && v->last_station_visited == 0xFF)
-			v->last_station_visited = 0xFFFF;
+			v->last_station_visited = INVALID_STATION;
 
 		if (_sl_version < 5) {
 			/* Convert the current_order.type (which is a mix of type and flags, because