mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
Fade out the music when using the Kyra 3 menu to exit. (The original does, and
it might make a useful test case for the fade-out code.) svn-id: r23604
This commit is contained in:
parent
e9f1323221
commit
eb7cda50aa
@ -327,6 +327,7 @@ int KyraEngine_v3::handleMainMenu(WSAMovieV3 *logo) {
|
||||
_screen->setFont(oldFont);
|
||||
|
||||
if (command == 3) {
|
||||
_soundDigital->beginFadeOut(_musicSoundChannel);
|
||||
_screen->fadeToBlack();
|
||||
_soundDigital->stopSound(_musicSoundChannel);
|
||||
_musicSoundChannel = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user