aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 0ef964bc27..984aca6f07 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -1075,8 +1075,7 @@ void Sound::talkSound(uint32 a, uint32 b, int mode, int channel) {
void Sound::setupSound() {
delete _sfxFile;
- if (_vm->_version >= 5)
- _sfxFile = openSfxFile();
+ _sfxFile = openSfxFile();
if (_vm->_heversion >= 70) {
setupHEMusicFile();