Changeset - r6433:ca08a3f2bf41
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-04-06 12:57:15
belugas@openttd.org
(svn r9569) -Fix(r9567): testing mode leftover...
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_cmd.cpp
Show inline comments
 
@@ -1854,7 +1854,7 @@ void IndustryMonthlyLoop()
 
	}
 

	
 
	/* 3% chance that we start a new industry */
 
	if (CHANCE16(99, 100)) {
 
	if (CHANCE16(3, 100)) {
 
		MaybeNewIndustry();
 
	} else if (!_patches.smooth_economy) {
 
		i = GetRandomIndustry();
0 comments (0 inline, 0 general)