This commit is contained in:
raa-eruanna 2016-09-24 23:36:47 -04:00
commit 9ecb7d44f7
16 changed files with 195 additions and 17 deletions

View file

@ -761,7 +761,8 @@ void R_ProjectSprite (AActor *thing, int fakeside, F3DFloor *fakefloor, F3DFloor
if (thing == NULL ||
(thing->renderflags & RF_INVISIBLE) ||
!thing->RenderStyle.IsVisible(thing->Alpha) ||
!thing->IsVisibleToPlayer())
!thing->IsVisibleToPlayer() ||
!thing->IsInsideVisibleAngles())
{
return;
}