]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/teamradar.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / teamradar.qh
1 const int 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 .int teamradar_time_index;
7 .vector teamradar_color;