station_cmd.c
branch0.5
changeset 5468 10836820b2bc
parent 5466 85b7662d0342
child 5481 acf12c0e6f31
--- a/station_cmd.c	Mon Mar 19 20:23:27 2007 +0000
+++ b/station_cmd.c	Mon Mar 19 20:38:26 2007 +0000
@@ -3064,11 +3064,6 @@
 	SlObject(st, _station_desc);
 	for (i = 0; i != NUM_CARGO; i++) {
 		SlObject(&st->goods[i], _goods_desc);
-
-		/* In older versions, enroute_from had 0xFF as INVALID_STATION, is now 0xFFFF */
-		if (CheckSavegameVersion(7) && st->goods[i].enroute_from == 0xFF) {
-			st->goods[i].enroute_from = INVALID_STATION;
-		}
 	}
 
 	if (st->num_specs != 0) {