mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
- BLOCKF_HITSCAN flag.
This commit is contained in:
parent
b8e601dd98
commit
373e48a9bc
1 changed files with 1 additions and 0 deletions
|
@ -930,6 +930,7 @@
|
|||
#define BLOCKF_RAILING 64
|
||||
#define BLOCKF_USE 128
|
||||
#define BLOCKF_SIGHT 256
|
||||
#define BLOCKF_HITSCAN 512
|
||||
|
||||
#define FOGP_DENSITY 0
|
||||
#define FOGP_OUTSIDEDENSITY 1
|
||||
|
|
Loading…
Reference in a new issue