mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 00:41:30 +00:00
Added a constant for SECF_HAZARD sector flag
This commit is contained in:
parent
a5ced164dc
commit
874475ad77
1 changed files with 1 additions and 0 deletions
|
@ -964,6 +964,7 @@
|
|||
#define SECF_DMGTERRAINFX 128
|
||||
#define SECF_DMGENDGODMODE 256
|
||||
#define SECF_DMGENDLEVEL 512
|
||||
#define SECF_DMGHAZARD 1024
|
||||
|
||||
#define BLOCKF_CREATURES 1
|
||||
#define BLOCKF_MONSTERS 2
|
||||
|
|
Loading…
Reference in a new issue