1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:15:32 +00:00

LocalScripts: initialize mIter

This commit is contained in:
scrawl 2015-12-29 15:22:19 +01:00
parent 7f7e8c63bf
commit 6fde02ea42

View file

@ -61,7 +61,10 @@ namespace
}
MWWorld::LocalScripts::LocalScripts (const MWWorld::ESMStore& store) : mStore (store) {}
MWWorld::LocalScripts::LocalScripts (const MWWorld::ESMStore& store) : mStore (store)
{
mIter = mScripts.end();
}
void MWWorld::LocalScripts::setIgnore (const ConstPtr& ptr)
{