mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 09:45:40 +00:00
Fix initialisation order - properly this time.
This commit is contained in:
parent
705253e456
commit
67b6c86a59
1 changed files with 2 additions and 3 deletions
|
@ -130,9 +130,8 @@ int CSMWorld::Data::count (RecordBase::State state, const CollectionBase& collec
|
|||
}
|
||||
|
||||
CSMWorld::Data::Data (ToUTF8::FromType encoding, const ResourcesManager& resourcesManager)
|
||||
: mEncoder (encoding), mPathgrids (mCells), mRefs (mCells),
|
||||
mResourcesManager (resourcesManager), mReader (0), mDialogue (0),
|
||||
mReferenceables(self()), mReaderIndex(0)
|
||||
: mEncoder (encoding), mPathgrids (mCells), mRefs (mCells), mReferenceables(self()),
|
||||
mResourcesManager (resourcesManager), mReader (0), mDialogue (0), mReaderIndex(0)
|
||||
{
|
||||
int index = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue