0
0
Fork 0
mirror of https://github.com/ZDoom/acc.git synced 2025-03-01 06:30:58 +00:00

ACC header additons for Line_SetBlocking.

SVN r1441 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-22 15:40:17 +00:00
parent e0c76d6e4d
commit 2efb16af47

View file

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