summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-05-22 14:41:20 +0000
committercelestar <celestar@openttd.org>2006-05-22 14:41:20 +0000
commit979b640f196c494a4ace64d2dea9993fad23548a (patch)
tree6729ec5a4a2fefdf868805d2aed89308a1bfa90e /variables.h
parentba6ea3d3594c32ab954309d9199a400058142d6a (diff)
downloadopenttd-979b640f196c494a4ace64d2dea9993fad23548a.tar.xz
(svn r4946) "Feature": Add a cheat that allows running electric engines on normal rail
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 7f4d97e42..b5eaf492e 100644
--- a/variables.h
+++ b/variables.h
@@ -228,6 +228,7 @@ typedef struct Cheats {
Cheat switch_climate;
Cheat change_date; //changes date ingame
Cheat setup_prod; //setup raw-material production in game
+ Cheat elrail; //allow electric engines to be powered on conventional rail
} Cheats;
VARDEF Cheats _cheats;