mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-22 12:01:40 +00:00
Added definition for the BLOCKF_LANDMONSTERS flag.
This commit is contained in:
parent
47607b9570
commit
c868be9006
1 changed files with 1 additions and 0 deletions
|
@ -1002,6 +1002,7 @@
|
|||
#define BLOCKF_SIGHT 256
|
||||
#define BLOCKF_HITSCAN 512
|
||||
#define BLOCKF_SOUND 1024
|
||||
#define BLOCKF_LANDMONSTERS 2048
|
||||
|
||||
#define FOGP_DENSITY 0
|
||||
#define FOGP_OUTSIDEDENSITY 1
|
||||
|
|
Loading…
Reference in a new issue