add GetLife

This commit is contained in:
Glenn Maynard
2003-10-23 06:15:58 +00:00
parent 50bd3c4408
commit 1b33b46e29
5 changed files with 12 additions and 2 deletions
-2
View File
@@ -432,8 +432,6 @@ void LifeMeterBar::Update( float fDeltaTime )
{
LifeMeter::Update( fDeltaTime );
GAMESTATE->m_CurStageStats.SetLifeRecord( m_PlayerNumber, m_fLifePercentage, GAMESTATE->m_fSongBeat / GAMESTATE->m_pCurSong->m_fLastBeat );
// HACK: Tweaking these values is very difficulty. Update the
// "physics" many times so that the spring motion appears faster