This commit is contained in:
Glenn Maynard
2006-09-14 05:18:40 +00:00
parent 6ab3e33490
commit 3fe68d7f7d
7 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ void ScreenAttract::AttractInput( const InputEventPlus &input, ScreenWithMenuEle
LOG->Trace("ScreenAttract::AttractInput: begin fading to START_SCREEN" );
/* HandleGlobalInputs() already played the coin sound. Don't play it again. */
if( input.MenuI.button != MENU_BUTTON_COIN )
if( input.MenuI != MENU_BUTTON_COIN )
SCREENMAN->PlayCoinSound();
SOUNDMAN->SetPlayOnlyCriticalSounds( false ); // unmute attract sounds