PARALLACTION: Init volume levels on startup
This commit is contained in:
parent
3dd2e0c3f6
commit
5b6479c55a
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue