From af173541908ca8ca448748f443a778ed35d215a7 Mon Sep 17 00:00:00 2001 From: Daveo Date: Sat, 4 Aug 2001 21:27:12 +0000 Subject: [PATCH] --- source/gfx/actor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/gfx/actor.cpp b/source/gfx/actor.cpp index 32c05a930..888d31c8d 100644 --- a/source/gfx/actor.cpp +++ b/source/gfx/actor.cpp @@ -667,6 +667,7 @@ int AspectX0,AspectX1; POLY_FT4 *CActorGfx::Render(DVECTOR &Pos,int Anim,int Frame,bool XFlip,bool YFlip) { sPoolNode *ThisNode=CacheFrame(Anim,Frame); + if (!ThisNode) return(0); // Blank Frame POLY_FT4 *Ft4=GetPrimFT4(); SetUpFT4(Ft4,ThisNode,Pos.vx,Pos.vy,XFlip,YFlip);