aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
authorChristopher Page2008-07-15 22:54:39 +0000
committerChristopher Page2008-07-15 22:54:39 +0000
commit7ecd54a9da6b9a14b4f16c3e53f87475d43bc2da (patch)
treec4330fc44397aa6294ebe44d70ecce4537e2ab0d /engines/lure/lure.cpp
parent00aee7dd7373a6e6775b99e2768037e6d4b8419e (diff)
downloadscummvm-rg350-7ecd54a9da6b9a14b4f16c3e53f87475d43bc2da.tar.gz
scummvm-rg350-7ecd54a9da6b9a14b4f16c3e53f87475d43bc2da.tar.bz2
scummvm-rg350-7ecd54a9da6b9a14b4f16c3e53f87475d43bc2da.zip
Reverted some incorrect changes and fixed sound settings issues for LURE. Fixed issues with quitting and calling GMM during intro sequences in LURE. Added a KEYCODE_MAINMENU in common/keyboard.h for the GMM.
svn-id: r33081
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index 90c0c34454..3cab41da71 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -247,7 +247,7 @@ void LureEngine::GUIError(const char *msg, ...) {
}
void LureEngine::syncSoundSettings() {
- Sound.syncSounds(ConfMan.getInt("music_volume"), ConfMan.getInt("sfx_volume"));
+ Sound.syncSounds();
}
Common::String *LureEngine::detectSave(int slotNumber) {