From 7ccbe0749a29910aacefbbc2784b2ef5f20638d2 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 6 Mar 2005 14:48:51 +0000 Subject: [PATCH] added SUPERCONTENTS_NODROP git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5034 d7cf8633-e32d-0410-b094-e92efae38249 --- bspfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2