File diff r11961:8a97e01f7192 → r11962:0e3a6981e508
src/industry_cmd.cpp
Show inline comments
 
@@ -1846,7 +1846,7 @@ struct ProbabilityHelper {
 
/**
 
 * Try to create a random industry, during gameplay
 
 */
 
static void MaybeNewIndustry(void)
 
static void MaybeNewIndustry()
 
{
 
	Industry *ind;               // will receive the industry's creation pointer
 
	IndustryType rndtype, j;     // Loop controlers