diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 9848812b55..73df82bf9b 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1559,7 +1559,9 @@ void ScreenGameplay::Update( float fDeltaTime ) } this->PostScreenMessage( SM_NotesEnded, 0 ); - } else { + } + else + { BackOutFromGameplay(); return; }