broadcast on ChangeSteps

This commit is contained in:
Chris Danford
2008-08-01 17:51:39 +00:00
parent dc76e93d98
commit a9475c587b
+4
View File
@@ -697,6 +697,10 @@ void ScreenSelectMusic::ChangeSteps( PlayerNumber pn, int dir )
m_soundDifficultyHarder.SetProperty( "Pan", fBalance );
m_soundDifficultyHarder.PlayCopy();
}
Message msg( "ChangeSteps" );
msg.SetParam( "Player", pn );
MESSAGEMAN->Broadcast( msg );
}