cleanup
This commit is contained in:
@@ -593,13 +593,9 @@ void ScreenSelectMusic::MenuStart( PlayerNumber pn )
|
|||||||
// this needs to check whether valid Notes are selected!
|
// this needs to check whether valid Notes are selected!
|
||||||
bool bResult = m_MusicWheel.Select();
|
bool bResult = m_MusicWheel.Select();
|
||||||
|
|
||||||
|
/* If false, we don't have a selection just yet. */
|
||||||
if( !bResult )
|
if( !bResult )
|
||||||
{
|
|
||||||
/* why do this? breaks tabs and roulette -glenn */
|
|
||||||
// if( pn != PLAYER_INVALID )
|
|
||||||
// this->SendScreenMessage( SM_MenuTimer, 1 ); // re-throw a timer message
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
// a song was selected
|
// a song was selected
|
||||||
switch( m_MusicWheel.GetSelectedType() )
|
switch( m_MusicWheel.GetSelectedType() )
|
||||||
|
|||||||
Reference in New Issue
Block a user