From: havoc Date: Sun, 6 Mar 2005 14:48:51 +0000 (+0000) Subject: added SUPERCONTENTS_NODROP X-Git-Tag: xonotic-v0.1.0preview~5134 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=7ccbe0749a29910aacefbbc2784b2ef5f20638d2;ds=sidebyside added SUPERCONTENTS_NODROP git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5034 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/bspfile.h b/bspfile.h index 48c83219..b0630417 100644 --- a/bspfile.h +++ b/bspfile.h @@ -179,6 +179,7 @@ typedef struct #define SUPERCONTENTS_SKY 0x00000010 #define SUPERCONTENTS_BODY 0x00000020 #define SUPERCONTENTS_CORPSE 0x00000040 +#define SUPERCONTENTS_NODROP 0x00000080 #define SUPERCONTENTS_LIQUIDSMASK (SUPERCONTENTS_LAVA | SUPERCONTENTS_SLIME | SUPERCONTENTS_WATER) /* @@ -199,7 +200,6 @@ typedef struct #define SUPERCONTENTS_LADDER 0x00000000 #define SUPERCONTENTS_MONSTER 0x00000000 #define SUPERCONTENTS_MONSTERCLIP 0x00000000 -#define SUPERCONTENTS_NODROP 0x00000000 #define SUPERCONTENTS_PLAYERCLIP 0x00000000 #define SUPERCONTENTS_TELEPORTER 0x00000000 #define SUPERCONTENTS_TRANSLUCENT 0x00000000