From 048ff316e7ffef4baf261142dc761f38003cf127 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 19 Jan 2005 21:45:09 +0000 Subject: [PATCH] comment --- stepmania/src/ScreenAttract.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );