1
0
Fork 1
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:
David Cernat 2017-01-30 07:32:45 +02:00 committed by GitHub
commit da2f66d6ba

View file

@ -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();
} }
} }
} }