File diff r7082:2097c006bc7f → r7083:89f02d5b9eef
src/industry_cmd.cpp
Show inline comments
 
@@ -1648,7 +1648,7 @@ static void ExtChangeIndustryProduction(
 

	
 
				new_prod = clamp(new_prod, 1, 255);
 
				/* Do not stop closing the industry when it has the lowest possible production rate */
 
				if (new_prod == old_prod && && old_prod > 1)) {
 
				if (new_prod == old_prod && old_prod > 1) {
 
					closeit = false;
 
					continue;
 
				}