This commit is contained in:
Glenn Maynard
2005-01-19 21:45:09 +00:00
parent e9789a861d
commit 048ff316e7
+1 -1
View File
@@ -84,7 +84,7 @@ void ScreenAttract::AttractInput( const DeviceInput& DeviceI, const InputEventTy
case COIN_HOME: case COIN_HOME:
case COIN_FREE: case COIN_FREE:
SOUND->StopMusic(); SOUND->StopMusic();
/* We already played the coin sound. Don't play it again. */ /* HandleGlobalInputs() already played the coin sound. Don't play it again. */
if( MenuI.button != MENU_BUTTON_COIN ) if( MenuI.button != MENU_BUTTON_COIN )
SCREENMAN->PlayCoinSound(); SCREENMAN->PlayCoinSound();
SCREENMAN->SendMessageToTopScreen( SM_StopMusic ); SCREENMAN->SendMessageToTopScreen( SM_StopMusic );