- Add SECF_FLOORDROP and SECF_NORESPAWN to zdefs.acs.

SVN r3324 (trunk)
This commit is contained in:
Randy Heit 2011-12-06 01:28:38 +00:00
parent c3d99e9951
commit ba9700a8fa

View file

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