mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 17:45:35 +00:00
Set up Store<ESM::Dialogue> once
Store<ESM::Dialogue> is derived from DynamicStore and setUp is called for it along with other setUp calls for stores derived from DynamicStore.
This commit is contained in:
parent
efebb8efd8
commit
0577d2751b
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