From 90cea864af14a784ef7fe26fbc8a58b911db6230 Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Tue, 6 Nov 2001 20:25:08 +0000 Subject: [PATCH] always open monster.sou if it exists, fate of atlantis is a scumm version 5 game that uses speech svn-id: r3465 --- sound.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound.cpp b/sound.cpp index d4c35b98cf8..3b654597cbc 100644 --- a/sound.cpp +++ b/sound.cpp @@ -294,8 +294,7 @@ void Scumm::setupSound() { } _soundTagTable = (byte*)sound_tags; _numSoundTags = 1; - if (_majorScummVersion==6) - _sfxFile = openSfxFile(); + _sfxFile = openSfxFile(); } struct VOCHeader {