This commit is contained in:
Paul 2001-07-10 20:19:45 +00:00
parent 9779f1236b
commit 2ce76908e7
2 changed files with 6 additions and 2 deletions

View File

@ -1413,8 +1413,11 @@ if(drawlastpos)
// Boots
int pickupX,pickupY;
sFrameHdr *fh=sb->getFrameHeader(FRM__SHOE);
sb->printFT4(fh,x,y,0,0,POWERUPUI_OT);
sb->printFT4(fh,x+4,y+4,0,0,POWERUPUI_OT);
if(m_squeakyBootsTimer>SQUEAKY_BOOTS_FLASH_TIME||m_squeakyBootsTimer&2)
{
sb->printFT4(fh,x,y,0,0,POWERUPUI_OT);
sb->printFT4(fh,x+4,y+4,0,0,POWERUPUI_OT);
}
x+=fh->W+SB_UI_GAP_BETWEEN_ITEMS+4;
}

View File

@ -388,6 +388,7 @@ private:
enum
{
SQUEAKY_BOOTS_TIME=60*10,
SQUEAKY_BOOTS_FLASH_TIME=60*2,
INVINCIBILITY_RING_TIME=60*10,
MAX_BUBBLE_BLOWER_AMMO=99,
MAX_JELLY_LAUNCHER_AMMO=99,