diff --git a/apps/openmw/mwworld/worldimp.cpp b/apps/openmw/mwworld/worldimp.cpp index a72ee9021..ef353cd2f 100644 --- a/apps/openmw/mwworld/worldimp.cpp +++ b/apps/openmw/mwworld/worldimp.cpp @@ -1003,7 +1003,7 @@ namespace MWWorld if (cellId.mPaged) changeToExteriorCell (position, adjustPlayerPos, changeEvent); else - changeToInteriorCell (cellId.mWorldspace, position, changeEvent); + changeToInteriorCell (cellId.mWorldspace, position, adjustPlayerPos, changeEvent); } void World::markCellAsUnchanged()