always open monster.sou if it exists,

fate of atlantis is a scumm version 5 game that uses speech

svn-id: r3465
This commit is contained in:
Ludvig Strigeus 2001-11-06 20:25:08 +00:00
parent 3d947bf409
commit 90cea864af

View File

@ -294,8 +294,7 @@ void Scumm::setupSound() {
}
_soundTagTable = (byte*)sound_tags;
_numSoundTags = 1;
if (_majorScummVersion==6)
_sfxFile = openSfxFile();
_sfxFile = openSfxFile();
}
struct VOCHeader {