]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/teamradar.qh
Merge remote branch 'origin/fruitiex/fruitbalance'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / teamradar.qh
1 #define MAX_TEAMRADAR_TIMES 32
2
3 // to make entities have dots on the team radar
4 .float teamradar_icon;
5 .float teamradar_times[MAX_TEAMRADAR_TIMES]; FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(teamradar_times);
6 .float teamradar_time_index;
7 .vector teamradar_color;