OSDN Git Service

ACC header additons for Line_SetBlocking.
authorChristoph Oelckers <coelckers@zdoom.fake>
Sun, 22 Feb 2009 15:40:17 +0000 (15:40 +0000)
committerChristoph Oelckers <coelckers@zdoom.fake>
Sun, 22 Feb 2009 15:40:17 +0000 (15:40 +0000)
SVN r1441 (trunk)

zdefs.acs

index 4fb5ba7..dd119fc 100644 (file)
--- a/zdefs.acs
+++ b/zdefs.acs
 \r
 #define SECF_SILENT 1\r
 #define SECF_NOFALLINGDAMAGE 2\r
+\r
+#define BLOCKF_CREATURES 1\r
+#define BLOCKF_MONSTERS 2\r
+#define BLOCKF_FLOATERS 4\r
+#define BLOCKF_PROJECTILES 8\r
+#define BLOCKF_EVERYTHING 16\r
+#define BLOCKF_RAILING 32\r