Groovie: Improve ROQ timing and audio sync (noticeable at least in the Clandestiny trailer)

svn-id: r42177
This commit is contained in:
Jordi Vilalta Prat 2009-07-06 15:23:50 +00:00
parent 77c7c1cf81
commit 69a3e2759e

View File

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