(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 0af97d4ab2
commit 0cb8413a8f
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();