- fixed line blocking constants in zdefs.acs.

SVN r1591 (trunk)
This commit is contained in:
Christoph Oelckers 2009-05-17 08:37:32 +00:00
parent fe20818022
commit 9392539534

View file

@ -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