[Scummvm-cvs-logs] scummvm master -> dfb041ee2b15708e5f3309da67e4171f4f79565e

whoozle whoozle at yandex.ru
Sat Jun 25 16:29:42 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dfb041ee2b DREAMWEB: Added missing syncSoundSettings()


Commit: dfb041ee2b15708e5f3309da67e4171f4f79565e
    https://github.com/scummvm/scummvm/commit/dfb041ee2b15708e5f3309da67e4171f4f79565e
Author: Vladimir Menshakov (whoozle at yandex.ru)
Date: 2011-06-25T07:27:59-07:00

Commit Message:
DREAMWEB: Added missing syncSoundSettings()

Changed paths:
    engines/dreamweb/dreamweb.cpp



diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp
index 74fcf33..5d54f73 100644
--- a/engines/dreamweb/dreamweb.cpp
+++ b/engines/dreamweb/dreamweb.cpp
@@ -216,6 +216,7 @@ void DreamWebEngine::processEvents() {
 
 
 Common::Error DreamWebEngine::run() {
+	syncSoundSettings();
 	_console = new DreamWebConsole(this);
 
 	_loadSavefile = Common::ConfigManager::instance().getInt("save_slot");






More information about the Scummvm-git-logs mailing list