src/variables.h
changeset 8487 bab0d066128b
parent 8345 6caa3fdb972c
child 8612 6414fc21c2f3
--- a/src/variables.h	Sat Dec 01 14:04:16 2007 +0000
+++ b/src/variables.h	Sat Dec 01 21:40:18 2007 +0000
@@ -247,6 +247,8 @@
 
 	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;