forked from mirror/openmw-tes3mp
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)
|
||||
{
|
||||
mReference = updated;
|
||||
mLocals = &mReference.getRefData().getLocals();
|
||||
if (mLocals == &base.getRefData().getLocals())
|
||||
mLocals = &mReference.getRefData().getLocals();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue