no longer needed due to switch

This commit is contained in:
Glenn Maynard
2003-02-07 22:45:15 +00:00
parent 5b8d5e49da
commit ad792778a6
-7
View File
@@ -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 );
}