diff --git a/apps/opencs/model/doc/saving.cpp b/apps/opencs/model/doc/saving.cpp index 58247ea92a..bb5f9cc696 100644 --- a/apps/opencs/model/doc/saving.cpp +++ b/apps/opencs/model/doc/saving.cpp @@ -112,7 +112,8 @@ CSMDoc::Saving::Saving(Document& document, const std::filesystem::path& projectP appendStage(new WriteCellCollectionStage(mDocument, mState)); - // Dialogue can reference objects and cells so must be written after these records for vanilla-compatible files + // Dialogue can reference objects, cells, and journals so must be written after these records for vanilla-compatible + // files appendStage(new WriteDialogueCollectionStage(mDocument, mState, true));