forked from mirror/openmw-tes3mp
Fix incorrect parameter to changeCell (Fixes #3388)
This commit is contained in:
parent
a7e6219091
commit
3584e59402
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue