mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +00:00
(svn r10575) -Fix r10573: misplaced )
This commit is contained in:
parent
89d872a625
commit
6474a5a957
@ -1682,7 +1682,7 @@ void GenerateIndustries()
|
||||
}
|
||||
|
||||
chance = ind_spc->appear_creation[_opt.landscape];
|
||||
if (ind_spc->enabled) && chance > 0 {
|
||||
if (ind_spc->enabled && chance > 0) {
|
||||
/* once the chance of appearance is determind, it have to be scaled by
|
||||
* the difficulty level. The "chance" in question is more an index into
|
||||
* the _numof_industry_table,in fact */
|
||||
|
Loading…
Reference in New Issue
Block a user