X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=5e8dff7dca2645fb81564d3c243c09381ca15a9d;hp=f03875bfc1c9e04493da812c0bbb9bc7c23ae932;hb=0b477ef3d8dde4db94a9600c10d8f789ab2794b7;hpb=f025ee01d4818d9360f0e1344f6ac7ae56ac423a diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index f03875bfc1..5e8dff7dca 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -61,6 +61,8 @@ const float TE_CSQC_NOTIFY = 112; const float TE_CSQC_WEAPONCOMPLAIN = 113; const float TE_CSQC_CAMPINGRIFLE_SCOPE = 115; const float TE_CSQC_NEX_SCOPE = 116; +const float TE_CSQC_NEX_VELOCITY = 117; +const float TE_CSQC_CR_MAXBULLETS = 118; const float RACE_NET_CHECKPOINT_HIT_QUALIFYING = 0; // byte checkpoint, short time, short recordtime, string recordholder const float RACE_NET_CHECKPOINT_CLEAR = 1;