diff options
-rw-r--r-- | engines/sword2/resman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/resman.cpp b/engines/sword2/resman.cpp index 49ee60530f..a5eeb4a216 100644 --- a/engines/sword2/resman.cpp +++ b/engines/sword2/resman.cpp @@ -541,7 +541,7 @@ void ResourceManager::removeAll() { // will still believe that the sound resources are in memory. We also // need to kill the movie lead-in/out. - _vm->_sound->clearFxQueue(false); + _vm->_sound->clearFxQueue(true); for (uint i = 0; i < _totalResFiles; i++) remove(i); |