This commit is contained in:
Glenn Maynard
2006-11-09 04:47:33 +00:00
parent c48e4fe8bc
commit 9a0457a84b
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -2449,11 +2449,8 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
// give a little life back between stages
FOREACH_EnabledPlayerInfo( m_vPlayerInfo, pi )
{
if( !pi->GetPlayerStageStats()->bFailed )
{
if( pi->m_pLifeMeter )
pi->m_pLifeMeter->OnSongEnded();
}
if( pi->m_pLifeMeter )
pi->m_pLifeMeter->OnSongEnded();
}
GAMESTATE->m_bLoadingNextSong = true;