mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
LASTEXPRESS: Disable sound filter reset on each decoded block
The filter id should be computed from the sound entry status for each decoded block. The current code was resulting in blocks being skipped.
This commit is contained in:
parent
42c9b405f1
commit
1bfd55535f
@ -378,7 +378,7 @@ public:
|
||||
|
||||
// Get current filter
|
||||
_currentFilterId = _nextFilterId;
|
||||
_nextFilterId = -1;
|
||||
//_nextFilterId = -1; // FIXME: the filter id should be recomputed based on the sound entry status for each block
|
||||
|
||||
// No filter: skip decoding
|
||||
if (_currentFilterId == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user