From 2a219cc70108908251b113a78f22dc433c244ef4 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 1 Sep 2004 06:21:07 +0000 Subject: HE 80+ speech files aren't encoded svn-id: r14853 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/sound.cpp b/scumm/sound.cpp index c92af46e2a..8b40a54792 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -1049,7 +1049,7 @@ ScummFile *Sound::openSfxFile() { sprintf(buf, "%s.he2", _vm->getGameName()); else sprintf(buf, "%s.tlk", _vm->getGameName()); - if (file->open(buf)) + if (file->open(buf) && _vm->_heversion <= 72) file->setEnc(0x69); _soundMode = kVOCMode; } -- cgit v1.2.3