MP2 MREA read fix

This commit is contained in:
Jack Andersen 2015-09-08 15:48:10 -10:00
parent 273a21a7f1
commit 83252ea611
1 changed files with 4 additions and 0 deletions

View File

@ -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 */