]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/client/teamradar.qh
allow 32 concurrent radar pings
[divverent/nexuiz.git] / data / qcsrc / client / teamradar.qh
1 void teamradar_view();
2
3 #define MAX_TEAMRADAR_TIMES 32
4
5 // to make entities have dots on the team radar
6 .float teamradar_icon;
7 .float teamradar_times[MAX_TEAMRADAR_TIMES];
8 .float teamradar_time_index;
9 .vector teamradar_color;