This commit is contained in:
Glenn Maynard
2006-11-09 09:48:51 +00:00
parent efdcb63f1b
commit 28c0816cd4
+1 -1
View File
@@ -241,7 +241,7 @@ void LifeMeterBar::ChangeLife( float fDeltaLife )
/* If we've already failed, there's no point in letting them fill up the bar again. */
if( m_pPlayerStageStats->bFailed )
fDeltaLife = 0;
return;
switch( GAMESTATE->m_SongOptions.GetSong().m_DrainType )
{