(svn r15181) -Fix (r15180): of course it is enough to update aircraft once...

This commit is contained in:
smatz
2009-01-20 23:48:31 +00:00
parent f8ef801281
commit 8c07295dad

View File

@@ -453,9 +453,6 @@ bool AfterLoadGame()
/* Update all waypoints */
if (CheckSavegameVersion(12)) FixOldWaypoints();
/* in version 2.2 of the savegame, we have new airports */
if (CheckSavegameVersionOldStyle(2, 2)) UpdateOldAircraft();
AfterLoadTown();
/* make sure there is a town in the game */