diff options
-rw-r--r-- | engines/agi/sound.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agi/sound.cpp b/engines/agi/sound.cpp index c4c695c59e..c35b23ae55 100644 --- a/engines/agi/sound.cpp +++ b/engines/agi/sound.cpp @@ -231,6 +231,9 @@ void SoundMgr::stopSound() { _playingSound = -1; } + + if (_endflag != -1) + _vm->setflag(_endflag, true); } int SoundMgr::initSound() { |