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.
depth-refraction
elsid 2 years ago
parent efebb8efd8
commit 0577d2751b
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -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…
Cancel
Save