mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
Add a fixPosition for the --start exterior cell (Fixes #2790)
This commit is contained in:
parent
d511772534
commit
86f0e505e9
@ -228,6 +228,7 @@ namespace MWWorld
|
||||
if (findExteriorPosition (mStartCell, pos))
|
||||
{
|
||||
changeToExteriorCell (pos);
|
||||
fixPosition(getPlayerPtr());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user