]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - bspfile.h
use sdl-config --static-libs on Mac
[xonotic/darkplaces.git] / bspfile.h
index 48c83219d7ba53ed5328bf2ccb1f7c932bde62a9..f01c46e1aac8cd93a476b30f84e9972d9d0a02de 100644 (file)
--- a/bspfile.h
+++ b/bspfile.h
@@ -179,6 +179,10 @@ typedef struct
 #define SUPERCONTENTS_SKY                      0x00000010
 #define SUPERCONTENTS_BODY                     0x00000020
 #define SUPERCONTENTS_CORPSE           0x00000040
+#define SUPERCONTENTS_NODROP           0x00000080
+#define SUPERCONTENTS_PLAYERCLIP       0x00000100
+#define SUPERCONTENTS_MONSTERCLIP      0x00000200
+#define SUPERCONTENTS_DONOTENTER       0x00000400
 #define SUPERCONTENTS_LIQUIDSMASK      (SUPERCONTENTS_LAVA | SUPERCONTENTS_SLIME | SUPERCONTENTS_WATER)
 
 /*
@@ -199,7 +203,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