This commit is contained in:
parent
5b6db74a59
commit
895eae96d5
1 changed files with 2 additions and 5 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue