Comment out message that's breaking song selection.

This commit is contained in:
Glenn Maynard
2002-08-23 00:28:13 +00:00
parent 980a8ff6a4
commit 46a56d0ce4
+3 -2
View File
@@ -651,8 +651,9 @@ void ScreenSelectMusic::MenuStart( const PlayerNumber p )
if( !bResult )
{
if( p != PLAYER_INVALID )
this->SendScreenMessage( SM_MenuTimer, 1 ); // re-throw a timer message
/* why do this? breaks tabs and roulette -glenn */
// if( p != PLAYER_INVALID )
// this->SendScreenMessage( SM_MenuTimer, 1 ); // re-throw a timer message
}
else // if !bResult
{