ALL: Synced with ScummVM - rev 0b777c23a9

This commit is contained in:
Pawel Kolodziejski 2020-08-11 00:59:40 +02:00
parent b557bb7f60
commit aea3bae26d
81 changed files with 2024 additions and 1418 deletions

View file

@ -590,12 +590,13 @@ void Engine::openMainMenuDialog() {
}
}
applyGameSettings();
syncSoundSettings();
#ifdef USE_TTS
if (ttsMan != nullptr)
ttsMan->popState();
#endif
applyGameSettings();
syncSoundSettings();
}
bool Engine::warnUserAboutUnsupportedGame() {