mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 16:30:54 +01:00
EA SCHl: Fixed get_ea_stream_size
This commit is contained in:
parent
4024016d10
commit
6553786f8a
@ -1275,7 +1275,7 @@ static int get_ea_stream_size(STREAMFILE* streamFile, off_t start_offset, VGMSTR
|
||||
else
|
||||
block_size = read_32bitLE(block_offset + 0x04, streamFile);
|
||||
|
||||
stream_size += block_size - 0x08;
|
||||
stream_size += block_size - 0x12;
|
||||
block_offset += block_size;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user