ThruBits is now opt-in for convenience with the +THRUBITS flag.

This commit is contained in:
Major Cooke 2020-10-23 11:38:47 -05:00 committed by Christoph Oelckers
commit 85a121ad28
3 changed files with 11 additions and 5 deletions

View file

@ -327,6 +327,7 @@ static FFlagDef ActorFlagDefs[]=
DEFINE_FLAG(MF8, STOPRAILS, AActor, flags8),
DEFINE_FLAG(MF8, FALLDAMAGE, AActor, flags8),
DEFINE_FLAG(MF8, ABSVIEWANGLES, AActor, flags8),
DEFINE_FLAG(MF8, THRUBITS, AActor, flags8),
// Effect flags
DEFINE_FLAG(FX, VISIBILITYPULSE, AActor, effects),