mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 02:19:09 +00:00
(svn r9569) -Fix(r9567): testing mode leftover...
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user