diff options
author | frosch <frosch@openttd.org> | 2009-07-02 17:08:54 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2009-07-02 17:08:54 +0000 |
commit | 6ffa9f50dbdc626d049b592994a75400cac64228 (patch) | |
tree | 4423ebc6ac1ac23d7520afcda1af73a13fdb8c7e | |
parent | 1e6a12b75b48f879a636cdd63f471c1aeed044bd (diff) | |
download | openttd-6ffa9f50dbdc626d049b592994a75400cac64228.tar.xz |
(svn r16725) -Documentation: raw_industry_cost_multiplier
-rw-r--r-- | src/industry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry.h b/src/industry.h index 63843ad00..91088b053 100644 --- a/src/industry.h +++ b/src/industry.h @@ -161,7 +161,7 @@ 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; ///< Multiplier for the raw industries cost + 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 |