DEADSOFTWARE

gl: fix indicators
[d2df-sdl.git] / src / game / renders / opengl / r_map.pas
index 1d9a0f3caed772cdf073b79d83aa559b0c968435..86a69a11b85903f4cd83c81dee9eccef81d6c28a 100644 (file)
@@ -1491,6 +1491,9 @@ implementation
     r_Map_DrawPanelType(PANEL_FORE);
     // TODO draw monsters health bar
     // TODO draw players health bar
+
+    r_Draw_SetRect(x, y, x + w, y + h);
+
     if gGameSettings.GameMode <> GM_SINGLE then
       r_Map_DrawPlayerIndicators(player, cx, cy, cw, ch);
     if DebugCameraScale <> 1.0 then