From aed071e5a0eb15980db09d95c220d7d08ebffaad Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Sat, 6 Jul 2019 01:46:33 +0530 Subject: HDB: Add stubbed getMusicVolume() --- engines/hdb/sound.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h index 2fc677bb1b..65c61f2962 100644 --- a/engines/hdb/sound.h +++ b/engines/hdb/sound.h @@ -1388,6 +1388,10 @@ class Sound { public: bool init(); + int getMusicVolume() { + debug(9, "STUB: Add Music System Variables"); + return 1; + } bool playSound(int index); bool playSoundEx(int index, int channel, bool loop); -- cgit v1.2.3