diff options
Diffstat (limited to 'src/variables.h')
-rw-r--r-- | src/variables.h | 2 |
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; |