From 93925395344c0d7f2aebfb1a5fca4c9c30984e22 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 17 May 2009 08:37:32 +0000 Subject: [PATCH] - fixed line blocking constants in zdefs.acs. SVN r1591 (trunk) --- zdefs.acs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/zdefs.acs b/zdefs.acs index 9aebb40..68acc1b 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -777,7 +777,9 @@ #define BLOCKF_CREATURES 1 #define BLOCKF_MONSTERS 2 -#define BLOCKF_FLOATERS 4 -#define BLOCKF_PROJECTILES 8 -#define BLOCKF_EVERYTHING 16 -#define BLOCKF_RAILING 32 +#define BLOCKF_PLAYERS 4 +#define BLOCKF_FLOATERS 8 +#define BLOCKF_PROJECTILES 16 +#define BLOCKF_EVERYTHING 32 +#define BLOCKF_RAILING 64 +#define BLOCKF_USE 128