[MusicWheel] Added RouletteStopped message, which is broadcast when Roulette is finished and the wheel is locked.

This commit is contained in:
AJ Kelly
2012-03-08 18:39:42 -06:00
parent d1ac4b5fa0
commit ccf29a15b7
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -9,6 +9,11 @@ ________________________________________________________________________________
StepMania 5.0 alpha 2 | 201203??
--------------------------------------------------------------------------------
2012/03/08
----------
* [MusicWheel] Added RouletteStopped message, which is broadcast when Roulette
is finished and the wheel is locked. [AJ]
2012/03/07
----------
* [ScreenSelectMaster] Now updates choices on player join; it will move the
+1
View File
@@ -1119,6 +1119,7 @@ void MusicWheel::UpdateSwitch()
// Send this again so the screen starts sample music.
SCREENMAN->PostMessageToTopScreen( SM_SongChanged, 0 );
MESSAGEMAN->Broadcast("RouletteStopped");
}
else
{