Mercurial > hg > openttd
changeset 12308:efb6d0124bd8 draft
(svn r16725) -Documentation: raw_industry_cost_multiplier
author | frosch <frosch@openttd.org> |
---|---|
date | Thu, 02 Jul 2009 17:08:54 +0000 |
parents | e8f5aa4ce79b |
children | 44bc9ab218f7 |
files | src/industry.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/industry.h +++ b/src/industry.h @@ -161,7 +161,7 @@ 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