diff -r 5c667829bc67 -r cb4b1cc0bf65 openttd.c --- 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;