mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 08:52:40 +01:00
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
This commit is contained in:
@@ -1991,7 +1991,7 @@ static void MaybeNewIndustry()
|
||||
|
||||
if (!ind_spc->enabled || chance == 0 || ind_spc->num_table == 0) continue;
|
||||
|
||||
/* If there is no Callback CBID_INDUSTRY_AVAILABLE or if this one did anot failed,
|
||||
/* If there is no Callback CBID_INDUSTRY_AVAILABLE or if this one did not fail,
|
||||
* and if appearing chance for this landscape is above 0, this industry can be chosen */
|
||||
if (CheckIfCallBackAllowsAvailability(j, IACT_RANDOMCREATION)) {
|
||||
probability_max += chance;
|
||||
|
||||
Reference in New Issue
Block a user