This commit is contained in:
Daveo 2001-08-04 21:27:12 +00:00
parent 1237239ec1
commit af17354190

View File

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