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:
commit
34724c5538
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue