mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
Fixed a serious bug in THP init function
This commit is contained in:
parent
634845b1ce
commit
a1e90833f4
@ -84,7 +84,6 @@ VGMSTREAM * init_vgmstream_thp(STREAMFILE *streamFile) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
start_offset=read_32bitBE(0x28,streamFile);
|
|
||||||
vgmstream->thpNextFrameSize=read_32bitBE(0x18,streamFile);
|
vgmstream->thpNextFrameSize=read_32bitBE(0x18,streamFile);
|
||||||
thp_block_update(start_offset,vgmstream);
|
thp_block_update(start_offset,vgmstream);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user