Re-enable shellmaps.

This commit is contained in:
Paul Chote
2014-04-13 11:53:09 +12:00
parent e83a21808f
commit fdd4437c52
4 changed files with 5 additions and 19 deletions

View File

@@ -217,9 +217,7 @@ namespace OpenRA
public void Tick()
{
// workaround for #4965
// if (!Paused && (!IsShellmap || Game.Settings.Game.ShowShellmap))
if (!Paused && !IsShellmap)
if (!Paused && (!IsShellmap || Game.Settings.Game.ShowShellmap))
{
WorldTick++;