From e4fe1cb119ea629d39967d5005a668c6dbfb7259 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 6 Apr 2007 12:57:15 +0000 Subject: [PATCH] (svn r9569) -Fix(r9567): testing mode leftover... --- src/industry_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 347b882c8e..ebd231edbc 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -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();