(svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB.

This commit is contained in:
rubidium
2007-12-01 21:40:18 +00:00
parent 0feaee4124
commit 08ab4e1850
11 changed files with 286 additions and 28 deletions

View File

@@ -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;