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

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