From ac9f2d634bc8c84fcb2b698a0361cb503c0a8bb9 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Tue, 9 Jul 2019 12:42:52 +0530 Subject: HDB: Add loadGame() and Sound::stopMusic() --- engines/hdb/sound.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/hdb/sound.cpp') diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp index cdda643417..d14ec508f9 100644 --- a/engines/hdb/sound.cpp +++ b/engines/hdb/sound.cpp @@ -57,6 +57,10 @@ bool Sound::stopChannel(int channel) { return true; } +void Sound::stopMusic() { + debug(9, "STUB: Stop Music"); +} + void Sound::markSoundCacheFreeable() { warning("STUB: Sound::markSoundCacheFreeable() "); } -- cgit v1.2.3