aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/sound.cpp')
-rw-r--r--engines/mads/sound.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/sound.cpp b/engines/mads/sound.cpp
index ea0239076b..ae338461ec 100644
--- a/engines/mads/sound.cpp
+++ b/engines/mads/sound.cpp
@@ -90,6 +90,10 @@ void SoundManager::startQueuedCommands() {
}
}
+void SoundManager::loadDSRFile(const Common::String &filename) {
+ error("TODO: SoundManager::loadDSRFile");
+}
+
void SoundManager::command(int commandId, int param) {
if (_newSoundsPaused) {
if (_queuedCommands.size() < 8)