| author | glx |
| Sun, 15 Jul 2007 00:45:02 +0000 | |
| changeset 7758 | 69238219f5d2 |
| parent 7757 | 6335bd827212 |
| child 7759 | b93f394dda98 |
--- a/src/industry_cmd.cpp Sun Jul 15 00:26:12 2007 +0000 +++ b/src/industry_cmd.cpp Sun Jul 15 00:45:02 2007 +0000 @@ -1682,7 +1682,7 @@ } 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 */