DREAMWEB: Added missing syncSoundSettings()

This commit is contained in:
Vladimir Menshakov 2011-06-25 18:27:59 +04:00
parent 545e482b5a
commit dfb041ee2b

View File

@ -216,6 +216,7 @@ void DreamWebEngine::processEvents() {
Common::Error DreamWebEngine::run() {
syncSoundSettings();
_console = new DreamWebConsole(this);
_loadSavefile = Common::ConfigManager::instance().getInt("save_slot");