mirror of
https://github.com/ZDoom/acc.git
synced 2024-11-15 08:51:53 +00:00
- added BLOCKF_SOUND definition.
This commit is contained in:
parent
7fb1901ef3
commit
32ba4036d2
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,7 @@
|
|||
#define BLOCKF_USE 128
|
||||
#define BLOCKF_SIGHT 256
|
||||
#define BLOCKF_HITSCAN 512
|
||||
#define BLOCKF_SOUND 1024
|
||||
|
||||
#define FOGP_DENSITY 0
|
||||
#define FOGP_OUTSIDEDENSITY 1
|
||||
|
|
Loading…
Reference in a new issue