]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added SUPERCONTENTS_NODROP
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 6 Mar 2005 14:48:51 +0000 (14:48 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 6 Mar 2005 14:48:51 +0000 (14:48 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5034 d7cf8633-e32d-0410-b094-e92efae38249

bspfile.h

index 48c83219d7ba53ed5328bf2ccb1f7c932bde62a9..b0630417c47391d2db51b26a02ccbd2464c18c27 100644 (file)
--- 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