File diff r21598:0d77dbbc62d7 → r21599:c1d5ead939be
src/industry_type.h
Show inline comments
 
@@ -34,7 +34,9 @@ static const IndustryGfx  INDUSTRYTILE_N
 
static const IndustryGfx  NEW_INDUSTRYTILEOFFSET = 175;               ///< original number of tiles
 
static const IndustryGfx  NUM_INDUSTRYTILES      = 512;               ///< total number of industry tiles, new and old
 
static const IndustryGfx  INVALID_INDUSTRYTILE   = NUM_INDUSTRYTILES; ///< one above amount is considered invalid
 

	
 
static const int INDUSTRY_COMPLETED = 3; ///< final stage of industry construction.
 

	
 
void CheckIndustries();
 

	
 
#endif /* INDUSTRY_TYPE_H */