X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fteamradar.qh;h=2dbdf89658898f756af81d33cf6c57d80e12c664;hp=2a93fe163a809143b96d4e076c54396540a884af;hb=8b3142364603ea77d9514d20be020370102da9fc;hpb=7b4165144e2a78786b0d5a6cd4f02b2fcc4d3dda diff --git a/qcsrc/client/teamradar.qh b/qcsrc/client/teamradar.qh index 2a93fe163..2dbdf8965 100644 --- a/qcsrc/client/teamradar.qh +++ b/qcsrc/client/teamradar.qh @@ -2,6 +2,6 @@ // 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;