Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/openmw-35-1' into openmw-35-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zinnschlag committed Mar 12, 2015
2 parents d10f073 + 5880706 commit c01cca1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/openmw/mwworld/worldimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit c01cca1

Please sign in to comment.