mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
ASYLUM: big endian fix
Ticket 13081
This commit is contained in:
parent
17c27cdea8
commit
b751e47f42
@ -49,7 +49,7 @@ struct ResourceEntry {
|
||||
if (data == NULL)
|
||||
error("[ResourceEntry::getData] Invalid data");
|
||||
|
||||
return READ_UINT32(data + off);
|
||||
return READ_LE_UINT32(data + off);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user