mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-14 10:37:38 +01:00
Fix some .bgw negative samples [Final Fantasy XI (PC)]
This commit is contained in:
parent
9e0c4ebd3d
commit
c4206e705b
@ -35,7 +35,7 @@ VGMSTREAM * init_vgmstream_bgw(STREAMFILE *streamFile) {
|
||||
/*0x2c: unk (vol?) */
|
||||
/*0x2d: unk (0x10?) */
|
||||
channel_count = read_8bit(0x2e,streamFile);
|
||||
block_align = read_8bit(0x2f,streamFile);
|
||||
block_align = (uint8_t)read_8bit(0x2f,streamFile);
|
||||
|
||||
if (file_size != get_streamfile_size(streamFile))
|
||||
goto fail;
|
||||
|
Loading…
Reference in New Issue
Block a user