mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-13 21:09:39 +00:00
save dialogue records
This commit is contained in:
parent
c995533e07
commit
743c6ea5b1
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@ CSMDoc::Saving::Saving (Document& document, const boost::filesystem::path& proje
|
||||||
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::Spell> >
|
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::Spell> >
|
||||||
(mDocument.getData().getSpells(), mState));
|
(mDocument.getData().getSpells(), mState));
|
||||||
|
|
||||||
|
/// \todo deal with info records for topcis and journals
|
||||||
|
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::Dialogue> >
|
||||||
|
(mDocument.getData().getTopics(), mState));
|
||||||
|
|
||||||
|
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::Dialogue> >
|
||||||
|
(mDocument.getData().getJournals(), mState));
|
||||||
|
|
||||||
appendStage (new WriteRefIdCollectionStage (mDocument, mState));
|
appendStage (new WriteRefIdCollectionStage (mDocument, mState));
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue