X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2Fteamradar.qh;h=2dbdf89658898f756af81d33cf6c57d80e12c664;hb=e9608eea61a9bb03573cc74650cc7fce82ae71c2;hp=1ed437fd987201b3455c95afafc24eb7dc67215f;hpb=44980a65baf9b6a551b45de0834cb1f235398052;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;