mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Added sound to animation of falling down the chute
svn-id: r29451
This commit is contained in:
parent
cafc46fc8f
commit
27a1f38862
@ -380,6 +380,9 @@ void Game::displayChuteAnimation() {
|
||||
debugC(ERROR_INTERMEDIATE, kLureDebugAnimations, "Starting chute animation");
|
||||
mouse.cursorOff();
|
||||
|
||||
Sound.killSounds();
|
||||
Sound.musicInterface_Play(0x40, 0);
|
||||
|
||||
AnimationSequence *anim = new AnimationSequence(screen, system,
|
||||
CHUTE_ANIM_ID, palette, false);
|
||||
anim->show();
|
||||
@ -395,6 +398,7 @@ void Game::displayChuteAnimation() {
|
||||
anim->show();
|
||||
delete anim;
|
||||
|
||||
Sound.killSounds();
|
||||
mouse.cursorOn();
|
||||
fields.setField(AREA_FLAG, 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user