]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make it possible to show the maximized radar even if normal radar is disabled
authorterencehill <piuntn@gmail.com>
Sun, 11 Sep 2011 17:58:06 +0000 (19:58 +0200)
committerterencehill <piuntn@gmail.com>
Sun, 11 Sep 2011 17:58:06 +0000 (19:58 +0200)
qcsrc/client/hud.qc

index 78c30edc63e46803d161896ec810f8944f45af6d..9d66e9a1718290390329d4ebd5a56d85f5533365 100644 (file)
@@ -2302,7 +2302,7 @@ void HUD_Radar(void)
 {
        if (!autocvar__hud_configure)
        {
-               if (autocvar_hud_panel_radar == 0) return;
+               if (autocvar_hud_panel_radar == 0 && autocvar_hud_panel_radar_maximized == 0) return;
                if (autocvar_hud_panel_radar != 2 && !teamplay) return;
        }
        else