Add ability to disable the shellmap

This commit is contained in:
Tirili
2011-10-23 13:13:43 +13:00
committed by Chris Forbes
parent 6174ccc882
commit 4f505eb6a1
7 changed files with 30 additions and 6 deletions

1
OpenRA.Game/GameRules/Settings.cs Executable file → Normal file
View File

@@ -90,6 +90,7 @@ namespace OpenRA.GameRules
public string[] Mods = { "ra" };
public bool TeamChatToggle = false;
public bool ShowShellmap = true;
public bool ViewportEdgeScroll = true;
public MouseScrollType MouseScroll = MouseScrollType.Standard;