fix double start sound

This commit is contained in:
Chris Danford
2007-03-07 21:54:10 +00:00
parent 69a945cbf1
commit 6a6f2053eb
+2 -1
View File
@@ -842,7 +842,8 @@ void ScreenSelectMusic::MenuStart( const InputEventPlus &input )
if( !m_bStepsSelected[p] )
{
m_bStepsSelected[p] = true;
m_soundStart.Play();
/* Don't play start sound. We play it again below on finalized */
//m_soundStart.Play();
Message msg("StepsSelected");
msg.SetParam( "Player", p );