openttd.c
changeset 2848 cb4b1cc0bf65
parent 2832 acf08469a0c6
child 2855 950b5a56f9d5
--- a/openttd.c	Thu Jan 12 11:20:41 2006 +0000
+++ b/openttd.c	Thu Jan 12 15:52:18 2006 +0000
@@ -1257,7 +1257,7 @@
 	 *  of course, we do need to initialize them for older savegames. */
 	if (CheckSavegameVersion(16)) {
 		FOR_ALL_PLAYERS(p) {
-			InitialiseEngineReplacement(p);
+			p->engine_renew_list = NULL;
 			p->engine_renew = false;
 			p->engine_renew_months = -6;
 			p->engine_renew_money = 100000;