From 6669a66292bbaf710e2ca68179a6486a7b147109 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 24 Apr 2012 20:29:46 +1200 Subject: [PATCH] #2028 fixed - observer and dead map in cnc works again --- OpenRA.Mods.RA/Widgets/RadarWidget.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.RA/Widgets/RadarWidget.cs b/OpenRA.Mods.RA/Widgets/RadarWidget.cs index 72830d5e92..f997f01474 100755 --- a/OpenRA.Mods.RA/Widgets/RadarWidget.cs +++ b/OpenRA.Mods.RA/Widgets/RadarWidget.cs @@ -128,7 +128,6 @@ namespace OpenRA.Mods.RA.Widgets public override void Draw() { if (world == null) return; - if (world.LocalPlayer != null && world.LocalPlayer.WinState != WinState.Undefined) return; var o = new float2(mapRect.Location.X, mapRect.Location.Y + world.Map.Bounds.Height * previewScale * (1 - radarMinimapHeight)/2); var s = new float2(mapRect.Size.Width, mapRect.Size.Height*radarMinimapHeight);