X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fteamradar.qc;h=0c0f10204a4773c2da21e2aa6669a46a88d4740a;hb=49aec17ab86b4b27fc372ed122aa3686219e8453;hp=335db28a9d026bb1089e52c26253a811693ca87e;hpb=54f4843b201d2b22942457df5b50ddc0c48ed8d2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/teamradar.qc b/qcsrc/client/teamradar.qc index 335db28a9..0c0f10204 100644 --- a/qcsrc/client/teamradar.qc +++ b/qcsrc/client/teamradar.qc @@ -172,6 +172,8 @@ float hud_panel_radar_foreground_alpha; float hud_panel_radar_rotation; noref vector hud_panel_radar_size; // fteqcc sucks float hud_panel_radar_zoommode; +float hud_panel_radar_maximized_zoommode; +float hud_panel_radar_maximized_rotation; void teamradar_loadcvars() { @@ -185,6 +187,8 @@ void teamradar_loadcvars() hud_panel_radar_foreground_alpha = autocvar_hud_panel_radar_foreground_alpha * panel_fg_alpha; hud_panel_radar_rotation = autocvar_hud_panel_radar_rotation; hud_panel_radar_zoommode = autocvar_hud_panel_radar_zoommode; + hud_panel_radar_maximized_rotation = autocvar_hud_panel_radar_maximized_rotation; + hud_panel_radar_maximized_zoommode = autocvar_hud_panel_radar_maximized_zoommode; // others default to 0 // match this to defaultXonotic.cfg!