summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-07-02 17:08:54 +0000
committerfrosch <frosch@openttd.org>2009-07-02 17:08:54 +0000
commit6ffa9f50dbdc626d049b592994a75400cac64228 (patch)
tree4423ebc6ac1ac23d7520afcda1af73a13fdb8c7e /src/industry.h
parent1e6a12b75b48f879a636cdd63f471c1aeed044bd (diff)
downloadopenttd-6ffa9f50dbdc626d049b592994a75400cac64228.tar.xz
(svn r16725) -Documentation: raw_industry_cost_multiplier
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
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