broadcast on ChangeSteps
This commit is contained in:
@@ -697,6 +697,10 @@ void ScreenSelectMusic::ChangeSteps( PlayerNumber pn, int dir )
|
|||||||
m_soundDifficultyHarder.SetProperty( "Pan", fBalance );
|
m_soundDifficultyHarder.SetProperty( "Pan", fBalance );
|
||||||
m_soundDifficultyHarder.PlayCopy();
|
m_soundDifficultyHarder.PlayCopy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Message msg( "ChangeSteps" );
|
||||||
|
msg.SetParam( "Player", pn );
|
||||||
|
MESSAGEMAN->Broadcast( msg );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user