Added INTERPOLATE actor flag, allowing the previously reverted interpolation code to be toggleable.

This commit is contained in:
Major Cooke 2017-02-01 11:12:13 -06:00 committed by Christoph Oelckers
commit 39fcea9176
3 changed files with 7 additions and 2 deletions

View file

@ -326,6 +326,7 @@ static FFlagDef ActorFlagDefs[]=
DEFINE_FLAG(RF, ABSMASKPITCH, AActor, renderflags),
DEFINE_FLAG(RF, XFLIP, AActor, renderflags),
DEFINE_FLAG(RF, YFLIP, AActor, renderflags),
DEFINE_FLAG(RF, INTERPOLATE, AActor, renderflags),
// Bounce flags
DEFINE_FLAG2(BOUNCE_Walls, BOUNCEONWALLS, AActor, BounceFlags),