From ad792778a6894b80b76d07e75288cde808bcef30 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 7 Feb 2003 22:45:15 +0000 Subject: [PATCH] no longer needed due to switch --- stepmania/src/ScreenEvaluation.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index 06f1fb9629..b4dbf01aca 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -820,13 +820,6 @@ void ScreenEvaluation::MenuStart( PlayerNumber pn ) SCREENMAN->SendMessageToTopScreen( SM_GoToFinalEvaluation, MENU_ELEMENTS_TWEEN_TIME ); } } - else if( m_ResultMode == RM_ARCADE_SUMMARY ) - { - m_Menu.TweenOffScreenToBlack( SM_GoToGameFinished, false ); - //Don't want to update song stats again.... If the else case is supposed to handle this, then add - //the return to the else case, and remove this case. - return; - } else m_Menu.TweenOffScreenToBlack( SM_GoToGameFinished, false ); }