mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
Fixed crash when returning to launcher from the GMM
svn-id: r35050
This commit is contained in:
parent
149345e13f
commit
6ccf57d789
@ -540,7 +540,7 @@ void SagaEngine::pauseEngineIntern(bool pause) {
|
||||
|
||||
if (pause) {
|
||||
_render->setFlag(RF_RENDERPAUSE);
|
||||
if (_music->isPlaying()) {
|
||||
if (_music->isPlaying() && !_music->hasDigitalMusic()) {
|
||||
_music->pause();
|
||||
_musicWasPlaying = true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user