changeset 7262:c4b01a8a1bd1 draft

(svn r10575) -Fix r10573: misplaced )
author glx <glx@openttd.org>
date Sun, 15 Jul 2007 00:45:02 +0000
parents 0f9108453415
children 1123f63f9cdb
files src/industry_cmd.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -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 */