Disable shellmaps temporarily

This commit is contained in:
Oliver Brakmann
2014-04-02 22:46:59 +02:00
parent c9d1431987
commit 4d71e37ab0
4 changed files with 19 additions and 5 deletions

View File

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