From 08ab4e185000994c311d0c3c8c3b8d886815bfdd Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 1 Dec 2007 21:40:18 +0000 Subject: (svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB. --- src/variables.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/variables.h') 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; -- cgit v1.2.3-54-g00ecf