mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-09-21 13:09:38 +00:00
MP2 MREA read fix
This commit is contained in:
parent
273a21a7f1
commit
83252ea611
@ -221,6 +221,10 @@ bool MREA::Extract(const SpecBase& dataSpec,
|
||||
mHeader.visorFlags.disableThermal() ? "True" : "False",
|
||||
mHeader.visorFlags.disableXray() ? "True" : "False",
|
||||
mHeader.visorFlags.thermalLevelStr());
|
||||
|
||||
/* Seek through unknown per-mesh sections */
|
||||
drs.seek(head.secSizes[curSec++], Athena::Current);
|
||||
drs.seek(head.secSizes[curSec++], Athena::Current);
|
||||
}
|
||||
|
||||
/* Origins to center of mass */
|
||||
|
Loading…
x
Reference in New Issue
Block a user