From f903483143474fa2fe12fc5e760a385898d95f4f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 30 Mar 2003 19:32:05 +0000 Subject: [PATCH] add comment --- stepmania/src/ScreenSelectDifficulty.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenSelectDifficulty.cpp b/stepmania/src/ScreenSelectDifficulty.cpp index 778f8fa673..c3643b95ef 100644 --- a/stepmania/src/ScreenSelectDifficulty.cpp +++ b/stepmania/src/ScreenSelectDifficulty.cpp @@ -235,6 +235,7 @@ void ScreenSelectDifficulty::ChangePage( Page newPage ) if( newPage == PAGE_2 ) { + /* XXX: only play this once (I thought we already did that?) */ m_soundDifficult.Stop(); m_soundDifficult.PlayRandom(); }