(svn r9569) -Fix(r9567): testing mode leftover...

pull/155/head
belugas 17 years ago
parent 7ad3bb257e
commit e4fe1cb119

@ -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();

Loading…
Cancel
Save