(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 8517899d37
commit b23d16d76f
7 changed files with 139 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ void FixOldWaypoints();
void AfterLoadWaypoints();
void AfterLoadVehicles(bool part_of_load);
void AfterLoadStations();
void AfterLoadLabelMaps();
void UpdateHousesAndTowns();
void UpdateOldAircraft();