mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-28 16:41:32 +00:00
Merge branch 'fix_gcc_warning' into 'master'
Fix gcc warning: -Wuninitialized See merge request OpenMW/openmw!1869
This commit is contained in:
commit
33746c4b70
1 changed files with 1 additions and 1 deletions
|
@ -98,13 +98,13 @@ namespace CSMWorld
|
|||
NestedIdCollection<ESM::Enchantment> mEnchantments;
|
||||
IdCollection<ESM::BodyPart> mBodyParts;
|
||||
IdCollection<ESM::MagicEffect> mMagicEffects;
|
||||
SubCellCollection<Pathgrid> mPathgrids;
|
||||
IdCollection<ESM::DebugProfile> mDebugProfiles;
|
||||
IdCollection<ESM::SoundGenerator> mSoundGens;
|
||||
IdCollection<ESM::StartScript> mStartScripts;
|
||||
NestedInfoCollection mTopicInfos;
|
||||
InfoCollection mJournalInfos;
|
||||
NestedIdCollection<Cell> mCells;
|
||||
SubCellCollection<Pathgrid> mPathgrids;
|
||||
IdCollection<LandTexture> mLandTextures;
|
||||
IdCollection<Land> mLand;
|
||||
RefIdCollection mReferenceables;
|
||||
|
|
Loading…
Reference in a new issue