use default

This commit is contained in:
Glenn Maynard
2005-07-12 06:42:36 +00:00
parent da09bd7e3a
commit fc7c1a1645
+1 -5
View File
@@ -371,11 +371,7 @@ void ScreenEz2SelectMusic::HandleScreenMessage( const ScreenMessage SM )
{
Screen::HandleScreenMessage( SM );
if( SM == SM_GoToPrevScreen )
{
SCREENMAN->SetNewScreen( PREV_SCREEN );
}
else if( SM == SM_GoToNextScreen )
if( SM == SM_GoToNextScreen )
{
if( m_bGoToOptions )
{