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

LocalScripts: initialize mIter

This commit is contained in:
scrawl 2015-12-29 15:22:19 +01:00 committed by Koncord
parent 1e29409dd5
commit 5d4063d8c7

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)
{