X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=963dfb9eb1b42a32033eebbeafbf7fbcc9042603;hp=4acf797b7dddfc7974315f23c4f5e506d2a7e500;hb=de6fba426fc18363fbddf04526c37ee69378c3a2;hpb=a8984299a3be0b649c31067accce7aefd7004c93 diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 4acf797b7d..963dfb9eb1 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -293,6 +293,7 @@ float CVAR_READONLY = 4; /////////////////////////// // csqc communication stuff +const float STAT_CSHIFT_DAMAGE = 1; const float STAT_KH_KEYS = 32; const float STAT_CTF_STATE = 33; const float STAT_WEAPONS = 35;