summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-17 20:19:55 +0000
committerrubidium <rubidium@openttd.org>2007-05-17 20:19:55 +0000
commit44ddf033ed4915d533420be8cadadeec91ed323c (patch)
tree0a47379253ff3ed1ef943ab469e883dafc4289ae /src/industry.h
parent5b74a6ab2fb12138a8ce661792271c960e21831c (diff)
downloadopenttd-44ddf033ed4915d533420be8cadadeec91ed323c.tar.xz
(svn r9866) -Codechange: remove the technical one-input-cargo-creates-one-output-cargo limit in the factories, sawmills, steelmills and the ones I'm forgetting to mention right now. Use of this functionality will come later.
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry.h b/src/industry.h
index aa6321fbb..ab3081d71 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -107,6 +107,7 @@ struct IndustrySpec {
byte minimal_cargo; ///< minimum amount of cargo transported to the stations
///< If the waiting cargo is less than this number, no cargo is moved to it
CargoID accepts_cargo[3]; ///< 3 accepted cargos
+ uint16 input_cargo_multiplier[3][2]; ///< Input cargo multipliers (multiply amount of incoming cargo for the produced cargos)
IndustryLifeType life_type; ///< This is also known as Industry production flag, in newgrf specs
byte climate_availability; ///< Bitmask, giving landscape enums as bit position
IndustyBehaviour behaviour; ///< How this industry will behave, and how others entities can use it