diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index a9649626b9..beaccb858a 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1628,7 +1628,7 @@ void ScreenGameplay::Update( float fDeltaTime ) } if( bAllowOniDie && ft == SongOptions::FAIL_IMMEDIATE ) { - if( !STATSMAN->m_CurStageStats.AllFailedEarlier() ) // if not the last one to fail + if( !STATSMAN->m_CurStageStats.AllFailed() ) // if not the last one to fail { // kill them! SOUND->PlayOnceFromDir( THEME->GetPathS(m_sName,"oni die") );