File diff r6824:57c303504bb1 → r6825:73309a2be0fb
src/industry.h
Show inline comments
 
@@ -210,10 +210,10 @@ static inline IndustryID GetMaxIndustryI
 

	
 
static inline uint GetNumIndustries()
 
{
 
	extern int _total_industries;  // general counter
 
	return _total_industries;
 
}
 

	
 
extern int _total_industries;                      // general counter
 
extern uint16 _industry_counts[NUM_INDUSTRYTYPES]; // Number of industries per type ingame
 

	
 
/** Increment the count of industries for this type