mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r15181) -Fix (r15180): of course it is enough to update aircraft once...
This commit is contained in:
parent
90381d5d63
commit
3511218e37
@ -453,9 +453,6 @@ bool AfterLoadGame()
|
|||||||
/* Update all waypoints */
|
/* Update all waypoints */
|
||||||
if (CheckSavegameVersion(12)) FixOldWaypoints();
|
if (CheckSavegameVersion(12)) FixOldWaypoints();
|
||||||
|
|
||||||
/* in version 2.2 of the savegame, we have new airports */
|
|
||||||
if (CheckSavegameVersionOldStyle(2, 2)) UpdateOldAircraft();
|
|
||||||
|
|
||||||
AfterLoadTown();
|
AfterLoadTown();
|
||||||
|
|
||||||
/* make sure there is a town in the game */
|
/* make sure there is a town in the game */
|
||||||
|
Loading…
Reference in New Issue
Block a user