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);