From a1b2e0694c281bd4aa49a603918989ac48554ba2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 9 Nov 2006 08:18:58 +0000 Subject: [PATCH] AllFailedEarlier -> AllFailed --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") );