mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 03:29:55 +00:00
Clarify that topics should be written after journals
This commit is contained in:
parent
dbb29b2391
commit
ea52a5f4bd
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue