BLOCKASPLAYER flag: treat non-player actors as blockable by "block players" lines

This commit is contained in:
Mari the Deer 2018-06-03 21:11:47 +02:00 committed by Christoph Oelckers
commit fae514f30d
4 changed files with 9 additions and 4 deletions

View file

@ -316,6 +316,7 @@ static FFlagDef ActorFlagDefs[]=
DEFINE_FLAG(MF7, FORCEINFIGHTING, AActor, flags7),
DEFINE_FLAG(MF8, FRIGHTENING, AActor, flags8),
DEFINE_FLAG(MF8, BLOCKASPLAYER, AActor, flags8),
// Effect flags
DEFINE_FLAG(FX, VISIBILITYPULSE, AActor, effects),