ALL: Synced with ScummVM - rev 0b777c23a9
This commit is contained in:
parent
b557bb7f60
commit
aea3bae26d
81 changed files with 2024 additions and 1418 deletions
|
@ -590,12 +590,13 @@ void Engine::openMainMenuDialog() {
|
|||
}
|
||||
}
|
||||
|
||||
applyGameSettings();
|
||||
syncSoundSettings();
|
||||
#ifdef USE_TTS
|
||||
if (ttsMan != nullptr)
|
||||
ttsMan->popState();
|
||||
#endif
|
||||
|
||||
applyGameSettings();
|
||||
syncSoundSettings();
|
||||
}
|
||||
|
||||
bool Engine::warnUserAboutUnsupportedGame() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue