1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Corrected bug mentioned by zini.

This commit is contained in:
Marek Kochanowicz 2014-01-27 16:59:18 +01:00
parent ed0ba906cf
commit d0b07de7ef

View File

@ -205,7 +205,7 @@ namespace CSMWorld
const UniversalId::Type type)
{
Record<ESXRecordT> copy;
copy = getRecord(origin);
copy.mModified = getRecord(origin).get();
copy.mState = RecordBase::State_ModifiedOnly;
copy.get().mId = destination;