X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcontrolpoint.qh;h=d76f0ea069998ecc00bb61ed2c593a18f9c1db91;hb=c4d826fdcd84e247ef467865acabf63ada4581c1;hp=e489f90ac2e021c5415f23116dcd99c8cc9f9f69;hpb=f99b2cde35120861da80a023001d6f2cc2876030;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/controlpoint.qh b/qcsrc/server/controlpoint.qh index e489f90ac..d76f0ea06 100644 --- a/qcsrc/server/controlpoint.qh +++ b/qcsrc/server/controlpoint.qh @@ -1,5 +1,10 @@ +#ifndef CONTROLPOINT_H +#define CONTROLPOINT_H + const vector CPICON_MIN = '-32 -32 -9'; const vector CPICON_MAX = '32 32 25'; -float CPSF_STATUS = 4; -float CPSF_SETUP = 8; +const int CPSF_STATUS = 4; +const int CPSF_SETUP = 8; + +#endif