changeset 7311 | c29065628638 |
parent 7254 | 6af772949b50 |
child 7315 | f1b2591ad082 |
--- a/src/industry_cmd.cpp Thu Jun 07 08:58:21 2007 +0000 +++ b/src/industry_cmd.cpp Thu Jun 07 09:20:04 2007 +0000 @@ -1494,7 +1494,7 @@ if (CreateNewIndustryHelper(tile, p1, flags, indspec, it) == NULL) return CMD_ERROR; - return (_price.build_industry >> 5) * indspec->cost_multiplier; + return (_price.build_industry >> 8) * indspec->cost_multiplier; }