simplify
This commit is contained in:
@@ -782,14 +782,11 @@ void ScreenSelectMusic::MenuStart( PlayerNumber pn )
|
|||||||
case TYPE_RANDOM:
|
case TYPE_RANDOM:
|
||||||
case TYPE_SORT:
|
case TYPE_SORT:
|
||||||
/* We havn't made a selection yet. */
|
/* We havn't made a selection yet. */
|
||||||
break;
|
return;
|
||||||
default:
|
default:
|
||||||
ASSERT(0);
|
ASSERT(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if( !m_bMadeChoice )
|
|
||||||
return;
|
|
||||||
|
|
||||||
SCREENMAN->PlayStartSound();
|
SCREENMAN->PlayStartSound();
|
||||||
|
|
||||||
if( OPTIONS_MENU_AVAILABLE )
|
if( OPTIONS_MENU_AVAILABLE )
|
||||||
|
|||||||
Reference in New Issue
Block a user