From 895eae96d5251baef53a4f453d5bcdd5faa33935 Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 23 May 2001 20:01:26 +0000 Subject: [PATCH] --- source/fx/fxbaseanim.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/fx/fxbaseanim.cpp b/source/fx/fxbaseanim.cpp index fd4d5cb62..86a2d7059 100644 --- a/source/fx/fxbaseanim.cpp +++ b/source/fx/fxbaseanim.cpp @@ -1,4 +1,4 @@ -/***********************/ +`/***********************/ /*** Anim Base Class ***/ /***********************/ @@ -60,12 +60,9 @@ void CFXBaseAnim::render() if (!canRender() || isSetToShutdown()) return; DVECTOR &RenderPos=getRenderPos(); -POLY_FT4 *Ft4; int ThisFrame=(MaxFrame-Frame)>>FrameShift; - printf("%i\n",ThisFrame); - - Ft4=m_spriteBank->printRotatedScaledSprite(BaseFrame+ThisFrame,RenderPos.vx,RenderPos.vy,Scale,Scale,0,OtPos*0); +POLY_FT4 *Ft4=m_spriteBank->printRotatedScaledSprite(BaseFrame+ThisFrame,RenderPos.vx,RenderPos.vy,Scale,Scale,0,OtPos*0); setRGB0(Ft4,R,G,B); }