mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
Groovie: Improve ROQ timing and audio sync (noticeable at least in the Clandestiny trailer)
svn-id: r42177
This commit is contained in:
parent
77c7c1cf81
commit
69a3e2759e
@ -256,6 +256,7 @@ bool ROQPlayer::processBlock() {
|
||||
break;
|
||||
case 0x1013: // Hang
|
||||
assert(blockHeader.size == 0 && blockHeader.param == 0);
|
||||
endframe = true;
|
||||
break;
|
||||
case 0x1020: // Mono sound samples
|
||||
ok = processBlockSoundMono(blockHeader);
|
||||
|
Loading…
Reference in New Issue
Block a user