(svn r15799) -Codechange: Save rail type label list to savegame and perform mapping on load if necessary.

This commit is contained in:
peter1138
2009-03-21 23:58:20 +00:00
parent d1fd756755
commit 3abddfe705
7 changed files with 139 additions and 0 deletions

View File

@@ -1797,6 +1797,8 @@ bool AfterLoadGame()
}
}
AfterLoadLabelMaps();
GamelogPrintDebug(1);
bool ret = InitializeWindowsAndCaches();