mirror of
https://github.com/ZDoom/acc.git
synced 2025-01-31 11:20:37 +00:00
ACC header additons for Line_SetBlocking.
SVN r1441 (trunk)
This commit is contained in:
parent
e0c76d6e4d
commit
2efb16af47
1 changed files with 7 additions and 0 deletions
|
@ -700,3 +700,10 @@
|
|||
|
||||
#define SECF_SILENT 1
|
||||
#define SECF_NOFALLINGDAMAGE 2
|
||||
|
||||
#define BLOCKF_CREATURES 1
|
||||
#define BLOCKF_MONSTERS 2
|
||||
#define BLOCKF_FLOATERS 4
|
||||
#define BLOCKF_PROJECTILES 8
|
||||
#define BLOCKF_EVERYTHING 16
|
||||
#define BLOCKF_RAILING 32
|
||||
|
|
Loading…
Reference in a new issue