aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/sound.cpp')
-rw-r--r--engines/hdb/sound.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp
index 92840e9eb0..5f5cf86236 100644
--- a/engines/hdb/sound.cpp
+++ b/engines/hdb/sound.cpp
@@ -44,6 +44,11 @@ bool Sound::playVoice(int index, int actor) {
return true;
}
+bool Sound::stopChannel(int channel) {
+ debug(9, "STUB: Stop Channel");
+ return true;
+}
+
void Sound::markSoundCacheFreeable() {
warning("STUB: Sound::markSoundCacheFreeable() ");
}