aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-09 12:42:52 +0530
committerEugene Sandulenko2019-09-03 17:17:15 +0200
commitac9f2d634bc8c84fcb2b698a0361cb503c0a8bb9 (patch)
treef99b0d9719ce22b744168d243431f29b70e69549 /engines/hdb/sound.cpp
parentec0bd5e667cb65b65d3e8cdb49d0f2804e7f1548 (diff)
downloadscummvm-rg350-ac9f2d634bc8c84fcb2b698a0361cb503c0a8bb9.tar.gz
scummvm-rg350-ac9f2d634bc8c84fcb2b698a0361cb503c0a8bb9.tar.bz2
scummvm-rg350-ac9f2d634bc8c84fcb2b698a0361cb503c0a8bb9.zip
HDB: Add loadGame() and Sound::stopMusic()
Diffstat (limited to 'engines/hdb/sound.cpp')
-rw-r--r--engines/hdb/sound.cpp4
1 files changed, 4 insertions, 0 deletions
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() ");
}