mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 05:40:44 +00:00
- fixed: The VOC reader didn't advance the read index correctly.
This commit is contained in:
parent
1b13e6be98
commit
4be9a71636
1 changed files with 1 additions and 0 deletions
|
@ -494,6 +494,7 @@ SoundHandle SoundRenderer::LoadSoundVoc(BYTE *sfxdata, int length)
|
|||
break;
|
||||
default: break;
|
||||
}
|
||||
i += blocksize;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue