# HG changeset patch # User belugas # Date 2007-04-06 12:57:15 # Node ID ca08a3f2bf4131061ba4901b6115557584ad796c # Parent 3f618c3647c2ae051a73573417f00ab48af20fab (svn r9569) -Fix(r9567): testing mode leftover... diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp --- 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();