1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00

Clarify that topics should be written after journals

This commit is contained in:
Evil Eye 2024-10-21 19:57:18 +02:00
parent dbb29b2391
commit ea52a5f4bd

View File

@ -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));