mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Count DIAL and INFO records in the HEDR
This commit is contained in:
parent
7ce83c6cc8
commit
df757b9e4d
1 changed files with 2 additions and 1 deletions
|
@ -1430,7 +1430,8 @@ int CSMWorld::Data::count(RecordBase::State state) const
|
||||||
+ count(state, mRegions) + count(state, mBirthsigns) + count(state, mSpells) + count(state, mCells)
|
+ count(state, mRegions) + count(state, mBirthsigns) + count(state, mSpells) + count(state, mCells)
|
||||||
+ count(state, mEnchantments) + count(state, mBodyParts) + count(state, mLand) + count(state, mLandTextures)
|
+ count(state, mEnchantments) + count(state, mBodyParts) + count(state, mLand) + count(state, mLandTextures)
|
||||||
+ count(state, mSoundGens) + count(state, mMagicEffects) + count(state, mReferenceables)
|
+ count(state, mSoundGens) + count(state, mMagicEffects) + count(state, mReferenceables)
|
||||||
+ count(state, mPathgrids);
|
+ count(state, mPathgrids) + count(state, mTopics) + count(state, mTopicInfos) + count(state, mJournals)
|
||||||
|
+ count(state, mJournalInfos);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<ESM::RefId> CSMWorld::Data::getIds(bool listDeleted) const
|
std::vector<ESM::RefId> CSMWorld::Data::getIds(bool listDeleted) const
|
||||||
|
|
Loading…
Reference in a new issue