summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-01 21:40:18 +0000
committerrubidium <rubidium@openttd.org>2007-12-01 21:40:18 +0000
commit08ab4e185000994c311d0c3c8c3b8d886815bfdd (patch)
tree8ec734ed0a2a9a32ec6f41bd88a23a1c56fa4b11 /src/variables.h
parent0feaee4124e3905eea2b214142eb7f91919d7738 (diff)
downloadopenttd-08ab4e185000994c311d0c3c8c3b8d886815bfdd.tar.xz
(svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h
index da7b46f8d..0143bda20 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -247,6 +247,8 @@ struct Patches {
bool exclusive_rights; ///< allow buying exclusive rights
bool give_money; ///< allow giving other players money
+
+ bool enable_signal_gui; ///< Show the signal GUI when the signal button is pressed
};
VARDEF Patches _patches;