X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fteamradar.qh;h=2dbdf89658898f756af81d33cf6c57d80e12c664;hb=d32a6d9aa4343cc760519016e5c3d8d4c150fa35;hp=1ed437fd987201b3455c95afafc24eb7dc67215f;hpb=f1c693d2b2b47190c6ce08941a5701773c136c10;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/teamradar.qh b/qcsrc/client/teamradar.qh index 1ed437fd9..2dbdf8965 100644 --- a/qcsrc/client/teamradar.qh +++ b/qcsrc/client/teamradar.qh @@ -1,9 +1,7 @@ -void HUD_Radar(); - #define MAX_TEAMRADAR_TIMES 32 // to make entities have dots on the team radar .float teamradar_icon; -.float teamradar_times[MAX_TEAMRADAR_TIMES]; FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(teamradar_times); +.float teamradar_times[MAX_TEAMRADAR_TIMES]; .float teamradar_time_index; .vector teamradar_color;