1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 18:39:40 +00:00

Merge branch 'remove_double_dialogue_store_setup' into 'master'

Set up Store<ESM::Dialogue> once

See merge request OpenMW/openmw!2824
This commit is contained in:
psi29a 2023-03-13 08:47:13 +00:00
commit 34724c5538

View file

@ -439,9 +439,7 @@ namespace MWWorld
getWritable<ESM::Skill>().setUp();
getWritable<ESM::MagicEffect>().setUp();
;
getWritable<ESM::Attribute>().setUp();
getWritable<ESM::Dialogue>().setUp();
}
void ESMStore::validateRecords(ESM::ReadersCache& readers)