mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Fix incorrect parameter to changeCell (Fixes #3388)
This commit is contained in:
parent
a7e6219091
commit
3584e59402
@ -1003,7 +1003,7 @@ namespace MWWorld
|
|||||||
if (cellId.mPaged)
|
if (cellId.mPaged)
|
||||||
changeToExteriorCell (position, adjustPlayerPos, changeEvent);
|
changeToExteriorCell (position, adjustPlayerPos, changeEvent);
|
||||||
else
|
else
|
||||||
changeToInteriorCell (cellId.mWorldspace, position, changeEvent);
|
changeToInteriorCell (cellId.mWorldspace, position, adjustPlayerPos, changeEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
void World::markCellAsUnchanged()
|
void World::markCellAsUnchanged()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user