X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fteamradar.qh;h=8bf54db1bd1f0a92e0a565912c6ae4d5633e5d40;hb=c2458d2cdb18f3d41f1b69ee237f4cf263458d85;hp=41c7d46c564465924e272e585f249db640639b23;hpb=e259123719e072470e8fd479ffaf4d33f02cea2e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/teamradar.qh b/qcsrc/client/teamradar.qh index 41c7d46c5..8bf54db1b 100644 --- a/qcsrc/client/teamradar.qh +++ b/qcsrc/client/teamradar.qh @@ -19,11 +19,11 @@ float v_flipped; float hud_panel_radar_scale; // window size = ...qu float hud_panel_radar_foreground_alpha; -float hud_panel_radar_rotation; +int hud_panel_radar_rotation; vector hud_panel_radar_size; -float hud_panel_radar_zoommode; -float hud_panel_radar_maximized_zoommode; -float hud_panel_radar_maximized_rotation; +int hud_panel_radar_zoommode; +int hud_panel_radar_maximized_zoommode; +int hud_panel_radar_maximized_rotation; vector teamradar_2dcoord_to_texcoord(vector in);