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

@@ -108,7 +108,9 @@ namespace OpenRA.Graphics
{
RefreshPalette();
if (world.IsShellmap && !Game.Settings.Game.ShowShellmap)
// workaround for #4965
// if (world.IsShellmap && !Game.Settings.Game.ShowShellmap)
if (world.IsShellmap)
return;
var renderables = GenerateRenderables();