Minimap refactoring; don't render the minimap unless we have radar.

This commit is contained in:
Paul Chote
2010-07-22 00:15:33 +12:00
parent fdc033a63f
commit 2d2362a1a6
2 changed files with 50 additions and 54 deletions

View File

@@ -130,9 +130,7 @@ namespace OpenRA.Graphics
var shroud = Color.Black.ToArgb();
var fogOpacity = 0.5f;
unsafe
{
int* c = (int*)bitmapData.Scan0;