forked from mirror/openmw-tes3mp
Fix the adjustPlayerPos parameter not being respected in all cases
This commit is contained in:
parent
e1dda9675d
commit
cf62d860b2
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ namespace MWWorld
|
|||
// Load cell.
|
||||
loadCell (cell, loadingListener, changeEvent);
|
||||
|
||||
changePlayerCell(cell, position, true);
|
||||
changePlayerCell(cell, position, adjustPlayerPos);
|
||||
|
||||
// adjust fog
|
||||
mRendering.configureFog(mCurrentCell->getCell());
|
||||
|
|
Loading…
Reference in a new issue