X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=90376b5b96bf9691c69ed98057e403282e7cec3c;hb=369c41ba58307ed13e4d7c954c4ce50ff750f714;hp=b3929c7cda9ffc057e2a6dd495bea87eac8e5d9e;hpb=a60cee16752e5abd387f6b7cd7d826b4f0321d05;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index b3929c7cda..90376b5b96 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -61,7 +61,6 @@ const float TE_CSQC_ANNOUNCE = 110; const float TE_CSQC_TARGET_MUSIC = 111; 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_CR_MAXBULLETS = 117; @@ -660,3 +659,4 @@ string HUD_PANELNAME_INFOMESSAGES = "infomessages"; float HUD_MENU_ENABLE = 0; #define SERVERFLAG_ALLOW_FULLBRIGHT 1 +#define SERVERFLAG_TEAMPLAY 2