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:
parent
1e29409dd5
commit
5d4063d8c7
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue