diff options
-rw-r--r-- | engines/hdb/sound.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |