X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud.qc;h=8c012c5d73d6290ff33020d9238c12e51aea731c;hp=e50776bda6b7789c10526c5464f5e72270e4feb2;hb=76f8ba51a707c86d48a1c3cfb070e25ae5045f1f;hpb=68dfc57ff17009d5a819006d7d741e5a0c669f84 diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index e50776bda6..8c012c5d73 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -2635,21 +2635,7 @@ void HUD_Radar(void) scale2d = vlen_maxnorm2d(mi_picmax - mi_picmin); teamradar_size2d = mySize; - teamradar_extraclip_mins = teamradar_extraclip_maxs = '0 0 0'; - if(pos == eX * vid_conwidth) - { - if(cl_teamradar_nohudhack < 2) - pos_y += 25; - if(cl_teamradar_nohudhack < 1) - teamradar_extraclip_mins_y -= 25; - } - else if(pos == eY * vid_conheight || pos == eX * vid_conwidth + eY * vid_conheight) - { - if(cl_teamradar_nohudhack < 2) - pos_y -= 50; - //if(cl_teamradar_nohudhack < 1) - //teamradar_extraclip_size_y += 50; // don't, the HUD looks nice - } + teamradar_extraclip_mins = teamradar_extraclip_maxs = '0 0 0'; // we always center // pixels per world qu to match the teamradar_size2d_x range in the longest dimension if(cl_teamradar_rotation == 0) @@ -2692,8 +2678,8 @@ void HUD_Radar(void) drawsetcliparea( pos_x, pos_y, - pos_x + mySize_x, - pos_y + mySize_y + mySize_x, + mySize_y ); draw_teamradar_background(cl_teamradar_background_alpha, cl_teamradar_foreground_alpha);