This commit is contained in:
Paul 2001-05-03 20:17:44 +00:00
parent c0434726bc
commit 425fe57cf1
2 changed files with 6 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

View file

@ -244,9 +244,14 @@ void CPlayerModeNet::renderModeUi()
fh=sb->getFrameHeader(FRM__NET); fh=sb->getFrameHeader(FRM__NET);
if(m_netState==NET_STATE__FULL) if(m_netState==NET_STATE__FULL)
{ {
POLY_FT4 *ft4;
// Net has a jellyfish inside // Net has a jellyfish inside
int size=256+128+((msin(m_netSin)*npsize)>>12); int size=256+128+((msin(m_netSin)*npsize)>>12);
sb->printFT4Scaled(fh,CPlayer::POWERUPUI_ICONX,CPlayer::POWERUPUI_ICONY,0,0,CPlayer::POWERUPUI_OT,size); sb->printFT4Scaled(fh,CPlayer::POWERUPUI_ICONX,CPlayer::POWERUPUI_ICONY,0,0,CPlayer::POWERUPUI_OT,size);
ft4=sb->printFT4Scaled(FRM__NETBLOB,CPlayer::POWERUPUI_ICONX+17,CPlayer::POWERUPUI_ICONY,0,0,CPlayer::POWERUPUI_OT,size);
setShadeTex(ft4,0);
setRGB0(ft4,255,128,255);
} }
else else
{ {