Removed PITCHFLATSPRITE. FLATSPRITE now encompasses its behavior.

This commit is contained in:
MajorCooke 2016-05-02 06:32:33 -05:00
commit def785e462
3 changed files with 0 additions and 3 deletions

View file

@ -269,7 +269,6 @@ static FFlagDef ActorFlagDefs[]=
// [fgsfds] Flat sprites
DEFINE_FLAG(RF, FLATSPRITE, AActor, renderflags),
DEFINE_FLAG(RF, WALLSPRITE, AActor, renderflags),
DEFINE_FLAG(RF, PITCHFLATSPRITE, AActor, renderflags),
// Bounce flags
DEFINE_FLAG2(BOUNCE_Walls, BOUNCEONWALLS, AActor, BounceFlags),