From a2153a62131e7f100886df6761e4d9b8f561027c Mon Sep 17 00:00:00 2001 From: scrawl Date: Wed, 25 May 2016 21:41:05 +0200 Subject: [PATCH] Remove outdated comment --- apps/openmw/mwworld/worldimp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/openmw/mwworld/worldimp.cpp b/apps/openmw/mwworld/worldimp.cpp index f2a03b876..22a8daa9b 100644 --- a/apps/openmw/mwworld/worldimp.cpp +++ b/apps/openmw/mwworld/worldimp.cpp @@ -3189,8 +3189,6 @@ namespace MWWorld { bool operator() (Ptr ptr) { - // Can't reset actors that were moved to a different cell, because we don't know what cell they came from. - // This could be fixed once we properly track actor cell changes, but may not be desirable behaviour anyhow. if (ptr.getClass().isActor() && ptr.getCellRef().hasContentFile()) { const ESM::Position& origPos = ptr.getCellRef().getPosition();