mirror of https://github.com/AxioDL/metaforce.git
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…
Reference in New Issue