(svn r6005) -Cleanup: introduce IndustryID and use it
-Cleanup: use TownID and StationID for two instances of uint16
This commit is contained in:
@@ -35,7 +35,7 @@ struct Industry {
|
||||
Year last_prod_year;
|
||||
byte was_cargo_delivered;
|
||||
|
||||
uint16 index;
|
||||
IndustryID index;
|
||||
};
|
||||
|
||||
typedef struct IndustryTileTable {
|
||||
|
||||
Reference in New Issue
Block a user