From b7cbd544982a926e6e7cf6b41028971d8423b566 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 27 Feb 2006 20:36:14 +0000 Subject: [PATCH] play sound on start --- stepmania/src/ScreenUnlockBrowse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenUnlockBrowse.cpp b/stepmania/src/ScreenUnlockBrowse.cpp index 071fd4c1ec..99a5e4f87f 100644 --- a/stepmania/src/ScreenUnlockBrowse.cpp +++ b/stepmania/src/ScreenUnlockBrowse.cpp @@ -25,6 +25,7 @@ void ScreenUnlockBrowse::Init() void ScreenUnlockBrowse::MenuStart( PlayerNumber pn ) { + m_soundStart.Play(); this->PostScreenMessage( SM_BeginFadingOut, 0 ); }