mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
- Add SECF_FLOORDROP and SECF_NORESPAWN to zdefs.acs.
SVN r3324 (trunk)
This commit is contained in:
parent
c3d99e9951
commit
ba9700a8fa
1 changed files with 2 additions and 0 deletions
|
@ -822,6 +822,8 @@
|
|||
|
||||
#define SECF_SILENT 1
|
||||
#define SECF_NOFALLINGDAMAGE 2
|
||||
#define SECF_FLOORDROP 4
|
||||
#define SECF_NORESPAWN 8
|
||||
|
||||
#define BLOCKF_CREATURES 1
|
||||
#define BLOCKF_MONSTERS 2
|
||||
|
|
Loading…
Reference in a new issue