- fixed: The VOC reader didn't advance the read index correctly.

This commit is contained in:
Christoph Oelckers 2014-09-15 11:32:40 +02:00
parent 1b13e6be98
commit 4be9a71636

View file

@ -494,6 +494,7 @@ SoundHandle SoundRenderer::LoadSoundVoc(BYTE *sfxdata, int length)
break;
default: break;
}
i += blocksize;
}
}