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:
Littleboy 2012-07-28 00:58:34 -04:00
parent 42c9b405f1
commit 1bfd55535f

View File

@ -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)