]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/teamradar.qh
Fix weapon count when there's a complain_weapon (add it only if you don't have it!)
[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];
6 .float teamradar_time_index;
7 .vector teamradar_color;