From b1e2ae44d6564709c0947319849a4928f0d0f949 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Aug 2006 19:31:58 +0000 Subject: (svn r6005) -Cleanup: introduce IndustryID and use it -Cleanup: use TownID and StationID for two instances of uint16 --- industry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'industry.h') diff --git a/industry.h b/industry.h index 698a981a0..2e618edd9 100644 --- a/industry.h +++ b/industry.h @@ -35,7 +35,7 @@ struct Industry { Year last_prod_year; byte was_cargo_delivered; - uint16 index; + IndustryID index; }; typedef struct IndustryTileTable { -- cgit v1.2.3-70-g09d2