aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/resource_he.cpp')
-rw-r--r--engines/scumm/he/resource_he.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/scumm/he/resource_he.cpp b/engines/scumm/he/resource_he.cpp
index d7cd672a52..74789bcc1e 100644
--- a/engines/scumm/he/resource_he.cpp
+++ b/engines/scumm/he/resource_he.cpp
@@ -1666,6 +1666,10 @@ int ScummEngine_v72he::getSoundResourceSize(int id) {
}
void ScummEngine_v80he::createSound(int snd1id, int snd2id) {
+ // HACK: Unsupported sound format
+ if (_game.id == GID_MOONBASE)
+ return;
+
byte *snd1Ptr, *snd2Ptr;
byte *sbng1Ptr, *sbng2Ptr;
byte *sdat1Ptr, *sdat2Ptr;