aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/gob/game.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp
index 86544f0906..760ed549b1 100644
--- a/engines/gob/game.cpp
+++ b/engines/gob/game.cpp
@@ -430,6 +430,11 @@ void Game::interLoadSound(int16 slot) {
_soundFromExt[slot] = 0;
}
+ if (_vm->_features & Gob::GF_GOB2) {
+ warning("STUB: interLoadSound());
+ return;
+ }
+
loadSound(slot, dataPtr);
}