mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
PARALLACTION: Init volume levels on startup
This commit is contained in:
parent
3dd2e0c3f6
commit
5b6479c55a
@ -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…
x
Reference in New Issue
Block a user