]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/client/teamradar.qh
Require re-pressing the stomach kick key by default
[voretournament/voretournament.git] / data / qcsrc / client / teamradar.qh
1 void teamradar_view();\r
2 \r
3 #define MAX_TEAMRADAR_TIMES 32\r
4 \r
5 // to make entities have dots on the team radar\r
6 .float teamradar_icon;\r
7 .float teamradar_times[MAX_TEAMRADAR_TIMES]; FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(teamradar_times);\r
8 .float teamradar_time_index;\r
9 .vector teamradar_color;\r