This commit is contained in:
parent
46f936c1c4
commit
4c8eedba2a
1 changed files with 1 additions and 3 deletions
|
@ -72,7 +72,7 @@ int Health=P->getHealth();
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/*** Render ******************************************************************/
|
/*** Render ******************************************************************/
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
int asd=0;
|
|
||||||
void CFXNRGBar::render()
|
void CFXNRGBar::render()
|
||||||
{
|
{
|
||||||
// CFX::render();
|
// CFX::render();
|
||||||
|
@ -87,8 +87,6 @@ int x=NRGX;
|
||||||
Ft4=SprBank->printFT4(FRM__HEALTHBUBBLE,x,NRGY,0,0,0);
|
Ft4=SprBank->printFT4(FRM__HEALTHBUBBLE,x,NRGY,0,0,0);
|
||||||
setRGB0(Ft4,RGB,NRGBaseRGB-RGB,0);
|
setRGB0(Ft4,RGB,NRGBaseRGB-RGB,0);
|
||||||
setSemiTrans(Ft4,1);
|
setSemiTrans(Ft4,1);
|
||||||
Ft4->tpage|=asd<<5;
|
|
||||||
|
|
||||||
RGB-=NRGRGBInc;
|
RGB-=NRGRGBInc;
|
||||||
x+=NRGXInc;
|
x+=NRGXInc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue