[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
+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
{