summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authormiham <miham@openttd.org>2005-01-26 10:52:23 +0000
committermiham <miham@openttd.org>2005-01-26 10:52:23 +0000
commit7874c86cb29355441f1116a631a201fab5284f2a (patch)
treef906405a1cf17598bbb4f075a5c042d43b402e79 /variables.h
parent6d23dac1f683305d6b2a0e368f4c45ccb738e81d (diff)
downloadopenttd-7874c86cb29355441f1116a631a201fab5284f2a.tar.xz
(svn r1678) Added cheat option for setting production of raw-material product industries in game
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 5442f186a..46636cf19 100644
--- a/variables.h
+++ b/variables.h
@@ -208,6 +208,7 @@ typedef struct Cheats {
Cheat no_jetcrash; // no jet will crash on small airports anymore
Cheat switch_climate;
Cheat change_date; //changes date ingame
+ Cheat setup_prod; //setup raw-material production in game
} Cheats;
VARDEF Cheats _cheats;