diff options
Diffstat (limited to 'src/industry.h')
-rw-r--r-- | src/industry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry.h b/src/industry.h index 96d4dc4ef..e6f17492d 100644 --- a/src/industry.h +++ b/src/industry.h @@ -20,6 +20,7 @@ enum { INVALID_INDUSTRYTYPE = NUM_INDUSTRYTYPES, ///< one above amount is considered invalid NUM_INDUSTRYTILES = NEW_INDUSTRYTILEOFFSET, ///< total number of industry tiles, new and old INVALID_INDUSTRYTILE = NUM_INDUSTRYTILES, ///< one above amount is considered invalid + INDUSTRY_COMPLETED = 3, ///< final stage of industry construction. }; enum { |