|
|
|
@ -78,8 +78,6 @@ CSMDoc::Saving::Saving (Document& document, const boost::filesystem::path& proje
|
|
|
|
|
appendStage (new WriteCollectionStage<CSMWorld::IdCollection<ESM::MagicEffect> >
|
|
|
|
|
(mDocument.getData().getMagicEffects(), mState));
|
|
|
|
|
|
|
|
|
|
appendStage (new WritePathgridCollectionStage (mDocument, mState));
|
|
|
|
|
|
|
|
|
|
appendStage (new WriteDialogueCollectionStage (mDocument, mState, false));
|
|
|
|
|
|
|
|
|
|
appendStage (new WriteDialogueCollectionStage (mDocument, mState, true));
|
|
|
|
@ -90,6 +88,8 @@ CSMDoc::Saving::Saving (Document& document, const boost::filesystem::path& proje
|
|
|
|
|
|
|
|
|
|
appendStage (new WriteCellCollectionStage (mDocument, mState));
|
|
|
|
|
|
|
|
|
|
appendStage (new WritePathgridCollectionStage (mDocument, mState));
|
|
|
|
|
|
|
|
|
|
// close file and clean up
|
|
|
|
|
appendStage (new CloseSaveStage (mState));
|
|
|
|
|
|
|
|
|
|