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:
parent
dbb29b2391
commit
ea52a5f4bd
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user