]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - bspfile.h
added SUPERCONTENTS_NODROP
[xonotic/darkplaces.git] / 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