openttd.c
changeset 2805 b6098e7ca457
parent 2769 acea0abd2195
child 2808 35e0e9c6c227
--- a/openttd.c	Wed Dec 28 22:29:59 2005 +0000
+++ b/openttd.c	Thu Dec 29 12:42:59 2005 +0000
@@ -1263,21 +1263,13 @@
 		}
 	}
 
-	/* In version 16.1 of the savegame, trains became aware of station lengths
-		need to initialized to the invalid state
-		players needs to set renew_keep_length too */
+	/* In version 16.1 of the savegame a player can decide if trains, which get
+	 * replaced, shall keep their old length. In all prior versions, just default
+	 * to false */
 	if (CheckSavegameVersionOldStyle(16, 1)) {
-		Vehicle *v;
 		FOR_ALL_PLAYERS(p) {
 			p->renew_keep_length = false;
 		}
-
-		FOR_ALL_VEHICLES(v) {
-			if (v->type == VEH_Train) {
-				v->u.rail.shortest_platform[0] = 255;
-				v->u.rail.shortest_platform[1] = 0;
-			}
-		}
 	}
 
 	/* In version 17, ground type is moved from m2 to m4 for depots and