mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- added missing BLOCKF_ flags for ZScript.
This commit is contained in:
parent
6bce14b86f
commit
8381ec6c71
1 changed files with 3 additions and 0 deletions
|
@ -440,6 +440,9 @@ enum EBlockFlags
|
||||||
BLOCKF_EVERYTHING = 32,
|
BLOCKF_EVERYTHING = 32,
|
||||||
BLOCKF_RAILING = 64,
|
BLOCKF_RAILING = 64,
|
||||||
BLOCKF_USE = 128,
|
BLOCKF_USE = 128,
|
||||||
|
BLOCKF_SIGHT = 256,
|
||||||
|
BLOCKF_HITSCAN = 512,
|
||||||
|
BLOCKF_SOUND = 1024,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Pointer constants, bitfield-enabled
|
// Pointer constants, bitfield-enabled
|
||||||
|
|
Loading…
Reference in a new issue