- added missing BLOCKF_ flags for ZScript.

This commit is contained in:
Christoph Oelckers 2022-04-29 01:14:55 +02:00
parent 6bce14b86f
commit 8381ec6c71

View file

@ -440,6 +440,9 @@ enum EBlockFlags
BLOCKF_EVERYTHING = 32,
BLOCKF_RAILING = 64,
BLOCKF_USE = 128,
BLOCKF_SIGHT = 256,
BLOCKF_HITSCAN = 512,
BLOCKF_SOUND = 1024,
};
// Pointer constants, bitfield-enabled