diff options
| -rw-r--r-- | engines/scumm/sound.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/sound.cpp b/engines/scumm/sound.cpp index 82ed2a62e6..99cbbc9a7d 100644 --- a/engines/scumm/sound.cpp +++ b/engines/scumm/sound.cpp @@ -113,7 +113,7 @@ void Sound::addSoundToQueue2(int sound, int heOffset, int heChannel, int heFlags  void Sound::processSound() {  	if (_vm->_game.version >= 7) {  		processSfxQueues(); -	} else if (_vm->_game.heversion >= 60) { +	} else if (_vm->_game.heversion >= 80) {  		processSoundQueues();  	} else {  		processSfxQueues();  | 
