]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/onslaught/cl_controlpoint.qh
Merge branch 'master' into Mario/bulldozer
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / cl_controlpoint.qh
1 #ifndef CLIENT_CONTROLPOINT_H
2 #define CLIENT_CONTROLPOINT_H
3
4 const vector CPICON_MIN = '-32 -32 -9';
5 const vector CPICON_MAX = '32 32 25';
6
7 const int CPSF_STATUS = 4;
8 const int CPSF_SETUP = 8;
9
10 #endif