diff --git a/stepmania/src/ScreenAttract.cpp b/stepmania/src/ScreenAttract.cpp index d432eef059..33b8898b14 100644 --- a/stepmania/src/ScreenAttract.cpp +++ b/stepmania/src/ScreenAttract.cpp @@ -84,7 +84,7 @@ void ScreenAttract::AttractInput( const DeviceInput& DeviceI, const InputEventTy case COIN_HOME: case COIN_FREE: 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 ) SCREENMAN->PlayCoinSound(); SCREENMAN->SendMessageToTopScreen( SM_StopMusic );