mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-24 01:09:43 +00:00
Add a fixPosition for the --start exterior cell (Fixes #2790)
This commit is contained in:
parent
d511772534
commit
86f0e505e9
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ namespace MWWorld
|
||||||
if (findExteriorPosition (mStartCell, pos))
|
if (findExteriorPosition (mStartCell, pos))
|
||||||
{
|
{
|
||||||
changeToExteriorCell (pos);
|
changeToExteriorCell (pos);
|
||||||
|
fixPosition(getPlayerPtr());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue