mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-13 00:44:56 +00:00
Count DIAL and INFO records in the HEDR
This commit is contained in:
parent
7ce83c6cc8
commit
df757b9e4d
@ -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, mEnchantments) + count(state, mBodyParts) + count(state, mLand) + count(state, mLandTextures)
|
||||
+ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user