diff options
author | frosch <frosch@openttd.org> | 2009-11-24 22:02:23 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2009-11-24 22:02:23 +0000 |
commit | 8da21d58a9e50d1e08a94bb7cba83fec040f741b (patch) | |
tree | e62986bea43a029ab1704697af4da593af9d87c7 /src/industrytype.h | |
parent | f0c64208cf917ff2a1f59c7640eac7e9fb80d605 (diff) | |
download | openttd-8da21d58a9e50d1e08a94bb7cba83fec040f741b.tar.xz |
(svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier and use 8 * cost_multiplier instead.
Diffstat (limited to 'src/industrytype.h')
-rw-r--r-- | src/industrytype.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/industrytype.h b/src/industrytype.h index 926bcd689..051f2f086 100644 --- a/src/industrytype.h +++ b/src/industrytype.h @@ -101,7 +101,6 @@ struct IndustrySpec { byte num_table; ///< Number of elements in the table uint8 cost_multiplier; ///< Base construction cost multiplier. uint32 removal_cost_multiplier; ///< Base removal cost multiplier. - uint16 raw_industry_cost_multiplier; ///< Base construction cost multiplier when building raw industries like secondary. (not modifiable by NewGRFs) uint32 prospecting_chance; ///< Chance prospecting succeeds IndustryType conflicting[3]; ///< Industries this industry cannot be close to byte check_proc; ///< Index to a procedure to check for conflicting circumstances |