X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fconstants.qh;h=f98d586fb504cf389b764fb704360713d5a2148f;hb=13832240e226eba119844d7bd02ca51b617e586a;hp=c8717f0058afdbf92e8bd703edb5f8c20d8a7fed;hpb=edf01df130d0d1877461561178b8833a9ab6051c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/constants.qh b/qcsrc/server/constants.qh index c8717f005..f98d586fb 100644 --- a/qcsrc/server/constants.qh +++ b/qcsrc/server/constants.qh @@ -12,9 +12,8 @@ const int SVC_SETVIEW = 5; const int RESPAWN_FORCE = 1; const int RESPAWN_SILENT = 2; +const int RESPAWN_DENY = 4; #define EFMASK_CHEAP (EF_ADDITIVE | EF_DOUBLESIDED | EF_FULLBRIGHT | EF_NODEPTHTEST | EF_NODRAW | EF_NOGUNBOB | EF_NOSHADOW | EF_LOWPRECISION | EF_SELECTABLE | EF_TELEPORT_BIT) const int NUM_PLAYERSKINS_TEAMPLAY = 3; - -const int ASSAULT_VALUE_INACTIVE = 1000;