summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-22 15:25:36 +0000
committerdominik <dominik@openttd.org>2004-08-22 15:25:36 +0000
commitf4c026d8d11768be1af99cd0323a595ff5087c7b (patch)
treeb0f7d8d6addfe4b92292303cda6a75e8c4442193 /variables.h
parent99253905bb147f19142ab61172b22962f41c48bc (diff)
downloadopenttd-f4c026d8d11768be1af99cd0323a595ff5087c7b.tar.xz
(svn r109) added/heavily modified patch by truesatan: cheat change date
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 21e60e71d..f26255263 100644
--- a/variables.h
+++ b/variables.h
@@ -180,6 +180,7 @@ typedef struct Cheats {
Cheat build_in_pause; // build while in pause mode
Cheat no_jetcrash; // no jet will crash on small airports anymore
Cheat switch_climate;
+ Cheat change_date; //changes date ingame
} Cheats;
VARDEF Cheats _cheats;