aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/inter_v6.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index 54d4074cc0..a1ae180068 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -716,6 +716,9 @@ void Inter_v6::o6_playVmdOrMusic() {
_vm->_sound->bgStop();
return;
} else if (lastFrame == -9) {
+ if (!strchr(fileName, '.'))
+ strcat(fileName, ".WA8");
+
probe16bitMusic(fileName);
_vm->_sound->bgStop();