mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
SWORD25: Init volume levels on startup
This commit is contained in:
parent
606ac754cb
commit
e5b6146b78
@ -56,6 +56,8 @@ const char *const DEFAULT_SCRIPT_FILE = "/system/boot.lua";
|
||||
Sword25Engine::Sword25Engine(OSystem *syst, const ADGameDescription *gameDesc):
|
||||
Engine(syst),
|
||||
_gameDescription(gameDesc) {
|
||||
// Setup mixer
|
||||
syncSoundSettings();
|
||||
|
||||
DebugMan.addDebugChannel(kDebugScript, "Script", "Script debug level");
|
||||
DebugMan.addDebugChannel(kDebugScript, "Scripts", "Script debug level");
|
||||
|
Loading…
x
Reference in New Issue
Block a user