]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/client/teamradar.qh
cl_velocityzoom: velocity based zooming of fov -- div0: The bounding on line 200...
[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]; FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(teamradar_times);
8 .float teamradar_time_index;
9 .vector teamradar_color;