Comment out message that's breaking song selection.
This commit is contained in:
@@ -651,8 +651,9 @@ void ScreenSelectMusic::MenuStart( const PlayerNumber p )
|
|||||||
|
|
||||||
if( !bResult )
|
if( !bResult )
|
||||||
{
|
{
|
||||||
if( p != PLAYER_INVALID )
|
/* why do this? breaks tabs and roulette -glenn */
|
||||||
this->SendScreenMessage( SM_MenuTimer, 1 ); // re-throw a timer message
|
// if( p != PLAYER_INVALID )
|
||||||
|
// this->SendScreenMessage( SM_MenuTimer, 1 ); // re-throw a timer message
|
||||||
}
|
}
|
||||||
else // if !bResult
|
else // if !bResult
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user