mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 03:44:05 +00:00
Merge pull request #135 from OpenMW/master
Add OpenMW commits up to 29 Jan
This commit is contained in:
commit
da2f66d6ba
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue