mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-13 18:20:50 +01:00
Fix broken .TMX files [Need for Speed Undercover (PC)]
This commit is contained in:
parent
f28cd1ada9
commit
d777998602
@ -16,7 +16,7 @@ VGMSTREAM* init_vgmstream_ea_tmx(STREAMFILE* sf) {
|
|||||||
if (is_id32be(0x0c, sf, "0001")) {
|
if (is_id32be(0x0c, sf, "0001")) {
|
||||||
read_u32 = read_u32be;
|
read_u32 = read_u32be;
|
||||||
}
|
}
|
||||||
else if (is_id32le(0x0c, sf, "1000")) {
|
else if (is_id32le(0x0c, sf, "0001")) {
|
||||||
read_u32 = read_u32le;
|
read_u32 = read_u32le;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user