summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-11-27 23:11:56 +0000
committerpeter1138 <peter1138@openttd.org>2006-11-27 23:11:56 +0000
commit470c383738d84b9e2e1e202fec2633d10f6e1712 (patch)
treee4b1dd8ccb2c63d47646c0471b322b9ea585313a /variables.h
parent45e7e61aa969764dc71ab1bbc574655e07a346a4 (diff)
downloadopenttd-470c383738d84b9e2e1e202fec2633d10f6e1712.tar.xz
(svn r7269) -Feature: Add freight trains patch option. This option is a multiplier for the weight of cargo on freight trains, to simulate longer heavier trains. The default value of 1 behaves as before.
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 15d2404f6..cf5e7702a 100644
--- a/variables.h
+++ b/variables.h
@@ -213,6 +213,8 @@ typedef struct Patches {
bool population_in_label; // Show the population of a town in his label?
+ uint8 freight_trains; ///< Value to multiply the weight of cargo by
+
/** YAPF settings */
YapfSettings yapf;