(svn r9976) -Codechange: Declare a writable array of specs for industry and industry tiles.

It will be initialized by the original data upon game start.
Rename some enums to be more consistent too
This commit is contained in:
belugas
2007-05-29 17:41:59 +00:00
parent 21b4b14f79
commit e4785e0376
4 changed files with 219 additions and 186 deletions

View File

@@ -4369,6 +4369,9 @@ static void ResetNewGRFData()
ResetCustomHouses();
ResetHouses();
/* Reset the industries structures*/
ResetIndustries();
/* Reset station classes */
ResetStationClasses();
ResetCustomStations();