summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-07-20 17:14:03 +0000
committerbelugas <belugas@openttd.org>2007-07-20 17:14:03 +0000
commitf9d3463af1e85126ff0d4681a9ccb63e75d6680a (patch)
treec13433758c295ec4b58abdecc31d0a96a0118cb1 /src/industry.h
parentd847b30c98e003e78a76a1208674fc8b855274d7 (diff)
downloadopenttd-f9d3463af1e85126ff0d4681a9ccb63e75d6680a.tar.xz
(svn r10639) -Codechange: Give meaninfull name to a magic number
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h1
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 {