(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:
@@ -4369,6 +4369,9 @@ static void ResetNewGRFData()
|
||||
ResetCustomHouses();
|
||||
ResetHouses();
|
||||
|
||||
/* Reset the industries structures*/
|
||||
ResetIndustries();
|
||||
|
||||
/* Reset station classes */
|
||||
ResetStationClasses();
|
||||
ResetCustomStations();
|
||||
|
Reference in New Issue
Block a user