aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authordhewg2011-03-19 15:04:29 +0100
committerdhewg2011-03-19 16:04:55 +0100
commit5b6479c55aca2103f7442e9b07ebfd5ae83eb40c (patch)
tree84958df93778974cbd97a6e2843779b86a787ed0 /engines
parent3dd2e0c3f6822dddd8ddbf717bdc4914fc2d66d6 (diff)
downloadscummvm-rg350-5b6479c55aca2103f7442e9b07ebfd5ae83eb40c.tar.gz
scummvm-rg350-5b6479c55aca2103f7442e9b07ebfd5ae83eb40c.tar.bz2
scummvm-rg350-5b6479c55aca2103f7442e9b07ebfd5ae83eb40c.zip
PARALLACTION: Init volume levels on startup
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/parallaction.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/parallaction/parallaction.cpp b/engines/parallaction/parallaction.cpp
index 1113eb5dca..3055439e47 100644
--- a/engines/parallaction/parallaction.cpp
+++ b/engines/parallaction/parallaction.cpp
@@ -52,6 +52,8 @@ uint32 _globalFlags = 0;
Parallaction::Parallaction(OSystem *syst, const PARALLACTIONGameDescription *gameDesc) :
Engine(syst), _gameDescription(gameDesc), _location(getGameType()),
_dialogueMan(0) {
+ // Setup mixer
+ syncSoundSettings();
_vm = this;
DebugMan.addDebugChannel(kDebugDialogue, "dialogue", "Dialogues debug level");