Merge pull request #40 from Blue-Shadow/sector_flag_const

Added a constant for SECF_HAZARD sector flag
This commit is contained in:
coelckers 2016-01-23 09:12:15 +01:00
commit abdc086666

View file

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