mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
small tweak/fix (?)
svn-id: r11541
This commit is contained in:
parent
e6d176bc67
commit
8edcf3f1ca
@ -52,7 +52,7 @@ protected:
|
||||
//assert(_ptr < _end);
|
||||
int16 val = READSAMPLE(is16Bit, isUnsigned, _ptr);
|
||||
_ptr += (is16Bit ? 2 : 1);
|
||||
if (_loopPtr && _ptr == _end) {
|
||||
if (_loopPtr && eosIntern()) {
|
||||
_ptr = _loopPtr;
|
||||
_end = _loopEnd;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user