1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-11 06:40:34 +00:00

forgot to write record ID

This commit is contained in:
Marc Zinnschlag 2013-09-16 14:10:05 +02:00
parent bf0fba68af
commit 03054c8160

View File

@ -92,6 +92,7 @@ namespace CSMDoc
type += reinterpret_cast<const char *> (&mRecordType)[i];
mState.getWriter().startRecord (type);
mState.getWriter().writeHNCString ("NAME", mCollection.getId (stage));
mCollection.getRecord (stage).mModified.save (mState.getWriter());
mState.getWriter().endRecord (type);
}