mirror of https://github.com/OpenTTD/OpenTTD
(svn r9569) -Fix(r9567): testing mode leftover...
parent
d4d5ce7ee5
commit
1c97841ff6
|
@ -1854,7 +1854,7 @@ void IndustryMonthlyLoop()
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 3% chance that we start a new industry */
|
/* 3% chance that we start a new industry */
|
||||||
if (CHANCE16(99, 100)) {
|
if (CHANCE16(3, 100)) {
|
||||||
MaybeNewIndustry();
|
MaybeNewIndustry();
|
||||||
} else if (!_patches.smooth_economy) {
|
} else if (!_patches.smooth_economy) {
|
||||||
i = GetRandomIndustry();
|
i = GetRandomIndustry();
|
||||||
|
|
Loading…
Reference in New Issue