diff options
-rw-r--r-- | engines/gob/inter_v6.cpp | 3 |
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(); |