Toggle-able teamchat on shift-enter

This commit is contained in:
Caleb Anderson
2010-10-15 00:04:03 -05:00
committed by Chris Forbes
parent ad1af792e6
commit a904047a16
5 changed files with 36 additions and 4 deletions

View File

@@ -66,6 +66,9 @@ namespace OpenRA.GameRules
public string[] Mods = { "ra" };
public bool MatchTimer = true;
// Chat settings
public bool TeamChatToggle = false;
// Behaviour settings
public bool ViewportEdgeScroll = true;
public bool InverseDragScroll = false;