Skip to content

Commit

Permalink
Fix the adjustPlayerPos parameter not being respected in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl committed Mar 29, 2016
1 parent e1dda96 commit cf62d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/openmw/mwworld/scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit cf62d86

Please sign in to comment.