summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-05-29 00:15:34 +0000
committerbelugas <belugas@openttd.org>2007-05-29 00:15:34 +0000
commit35ccad33dd2f4ebc07ce6aba6d0804a05c9d66f9 (patch)
treedfbc0fb6a88cc1519b057fe6628c5fadfebd91d5 /src/industry.h
parenta6bea527a3af7657947e3c71fc99fdef3858384b (diff)
downloadopenttd-35ccad33dd2f4ebc07ce6aba6d0804a05c9d66f9.tar.xz
(svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile
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 653b1f345..6c3dadf70 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -140,6 +140,7 @@ struct IndustrySpec {
*/
struct IndustryTileSpec {
CargoID accepts_cargo[3]; ///< Cargo accepted by this tile
+ uint8 acceptance[3]; ///< Level of aceptance per cargo type
Slope slopes_refused; ///< slope pattern on which this tile cannot be built
byte anim_production; ///< Animation frame to start when goods are produced
byte anim_next; ///< Next frame in an animation