PARALLACTION: Init volume levels on startup

This commit is contained in:
dhewg 2011-03-19 15:04:29 +01:00
parent 3dd2e0c3f6
commit 5b6479c55a

View File

@ -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");