(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, station and other signs when you haven't converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format.
This commit is contained in:
@@ -207,6 +207,7 @@ VARDEF HouseSpec _house_specs[HOUSE_MAX];
|
||||
uint32 GetWorldPopulation();
|
||||
|
||||
void UpdateTownVirtCoord(Town *t);
|
||||
void UpdateAllTownVirtCoords();
|
||||
void InitializeTown();
|
||||
void ShowTownViewWindow(TownID town);
|
||||
void ExpandTown(Town *t);
|
||||
|
Reference in New Issue
Block a user