mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
- fixed line blocking constants in zdefs.acs.
SVN r1591 (trunk)
This commit is contained in:
parent
fe20818022
commit
9392539534
1 changed files with 6 additions and 4 deletions
10
zdefs.acs
10
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
|
||||
|
|
Loading…
Reference in a new issue