]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/teamradar.qh
Merge remote branch 'origin/master' into samual/updatecommands
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / teamradar.qh
index 1ed437fd987201b3455c95afafc24eb7dc67215f..2dbdf89658898f756af81d33cf6c57d80e12c664 100644 (file)
@@ -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;