1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

Merge remote-tracking branch 'cc9cii/master'

This commit is contained in:
Marc Zinnschlag 2014-11-29 21:00:59 +01:00
commit 4c1906b999

View File

@ -177,9 +177,9 @@ bool Cell::getNextRef(ESMReader &esm, CellRef &ref, bool& deleted)
// NOTE: We should not need this check. It is a safety check until we have checked // NOTE: We should not need this check. It is a safety check until we have checked
// more plugins, and how they treat these moved references. // more plugins, and how they treat these moved references.
if (esm.isNextSub("MVRF")) { if (esm.isNextSub("MVRF")) {
esm.skipRecord(); // skip MVRF // skip rest of cell record (moved references), they are handled elsewhere
esm.skipRecord(); // skip CNDT esm.skipRecord(); // skip MVRF, CNDT
// That should be it, I haven't seen any other fields yet. return false;
} }
ref.load (esm); ref.load (esm);