This commit is contained in:
parent
9386d1e96c
commit
68bf62003e
15 changed files with 259 additions and 46 deletions
|
@ -110,7 +110,7 @@ void CLifePickup::render()
|
|||
x=Pos.vx-ofs.vx-(fh->W/2);
|
||||
y=Pos.vy-ofs.vy-(fh->H/2);
|
||||
size=256+((msin(m_sin)*life_pulsescale)>>12);
|
||||
sprites->printFT4Scaled(fh,x,y,0,0,0,size);
|
||||
sprites->printFT4Scaled(fh,x,y,0,0,PICKUPS_OT_POS,size);
|
||||
|
||||
CBasePickup::render();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue