Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DREAMWEB: Added missing syncSoundSettings()
  • Loading branch information
whoozle committed Jun 25, 2011
1 parent 545e482 commit dfb041e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/dreamweb/dreamweb.cpp
Expand Up @@ -216,6 +216,7 @@ void DreamWebEngine::processEvents() {


Common::Error DreamWebEngine::run() {
syncSoundSettings();
_console = new DreamWebConsole(this);

_loadSavefile = Common::ConfigManager::instance().getInt("save_slot");
Expand Down

0 comments on commit dfb041e

Please sign in to comment.