(svn r6005) -Cleanup: introduce IndustryID and use it

-Cleanup: use TownID and StationID for two instances of uint16
This commit is contained in:
rubidium
2006-08-20 19:31:58 +00:00
parent db397d5a75
commit 43af0ced5f
6 changed files with 9 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ struct Industry {
Year last_prod_year;
byte was_cargo_delivered;
uint16 index;
IndustryID index;
};
typedef struct IndustryTileTable {