1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-22 19:39:42 +00:00

Merge remote-tracking branch 'origin/openmw-35-1' into openmw-35-1

This commit is contained in:
Marc Zinnschlag 2015-03-12 12:06:00 +01:00
commit c01cca1d68

View file

@ -1206,10 +1206,6 @@ namespace MWWorld
}
}
ptr.getRefData().setCount(0);
// Deleted references can still be accessed by scripts,
// so we need this extra step to remove access to the old reference completely.
// This will no longer be necessary once we have a proper cell movement tracker.
ptr.getCellRef().unsetRefNum();
}
}
if (haveToMove && ptr.getRefData().getBaseNode())