X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fconstants.qh;fp=qcsrc%2Fserver%2Fconstants.qh;h=0000000000000000000000000000000000000000;hb=ca2b4af3846cb6e38d166006cc3b32c89cf99142;hp=f98d586fb504cf389b764fb704360713d5a2148f;hpb=f53ede36a1898c157e840c96ffac2534ab3c8e31;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/constants.qh b/qcsrc/server/constants.qh deleted file mode 100644 index f98d586fb..000000000 --- a/qcsrc/server/constants.qh +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -const int FL_WEAPON = BIT(13); -const int FL_POWERUP = BIT(14); -const int FL_PROJECTILE = BIT(15); -const int FL_TOSSED = BIT(16); -const int FL_NO_WEAPON_STAY = BIT(17); -const int FL_SPAWNING = BIT(18); -const int FL_PICKUPITEMS = BIT(19); - -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;