From: terencehill Date: Sun, 11 Sep 2011 17:58:06 +0000 (+0200) Subject: Make it possible to show the maximized radar even if normal radar is disabled X-Git-Tag: xonotic-v0.6.0~40^2~41^2^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9f7229a12521b2c1d59e2430f7245027a52832c8;p=xonotic%2Fxonotic-data.pk3dir.git Make it possible to show the maximized radar even if normal radar is disabled --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 78c30edc6..9d66e9a17 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -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