mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
Merge pull request #135 from OpenMW/master
Add OpenMW commits up to 29 Jan
This commit is contained in:
commit
da2f66d6ba
@ -682,7 +682,8 @@ namespace MWScript
|
|||||||
if (!mReference.isEmpty() && base == mReference)
|
if (!mReference.isEmpty() && base == mReference)
|
||||||
{
|
{
|
||||||
mReference = updated;
|
mReference = updated;
|
||||||
mLocals = &mReference.getRefData().getLocals();
|
if (mLocals == &base.getRefData().getLocals())
|
||||||
|
mLocals = &mReference.getRefData().getLocals();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user