(svn r9569) -Fix(r9567): testing mode leftover...
authorbelugas
Fri, 06 Apr 2007 12:57:15 +0000
changeset 6929 35899001a413
parent 6928 44797333bcbf
child 6930 676915c1a8c1
(svn r9569) -Fix(r9567): testing mode leftover...
src/industry_cmd.cpp
--- a/src/industry_cmd.cpp	Fri Apr 06 04:10:19 2007 +0000
+++ b/src/industry_cmd.cpp	Fri Apr 06 12:57:15 2007 +0000
@@ -1854,7 +1854,7 @@
 	}
 
 	/* 3% chance that we start a new industry */
-	if (CHANCE16(99, 100)) {
+	if (CHANCE16(3, 100)) {
 		MaybeNewIndustry();
 	} else if (!_patches.smooth_economy) {
 		i = GetRandomIndustry();