src/industry.h
changeset 7787 6e0b6ea38850
parent 7755 517d6b2b2ca2
child 7815 04deaeb181ab
--- a/src/industry.h	Fri Jul 20 16:50:11 2007 +0000
+++ b/src/industry.h	Fri Jul 20 17:14:03 2007 +0000
@@ -20,6 +20,7 @@
 	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 {