This commit is contained in:
Paul 2001-07-04 16:27:35 +00:00
parent 235a381998
commit e8b1a04308
4 changed files with 35 additions and 20 deletions

View file

@ -367,6 +367,7 @@ void CPauseMenu::renderLives()
gameSlot=CGameSlotManager::getSlotData();
/*
// Spat count
x=100;
y=137;
@ -378,6 +379,7 @@ void CPauseMenu::renderLives()
textYOff=fh->H-m_fontBank->getStringHeight(buf);
y+=textYOff;
m_fontBank->print(x,y,buf);
*/
// Lives
x=350;
@ -387,6 +389,7 @@ void CPauseMenu::renderLives()
sb->printFT4(fh,x,y,0,0,0);
x+=fh->W;
sprintf(buf,"x%d",gameSlot->m_lives);
textYOff=fh->H-m_fontBank->getStringHeight(buf);
y+=textYOff;
m_fontBank->print(x,y,buf);
}