1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 19:39:41 +00:00

Add a fixPosition for the --start exterior cell (Fixes #2790)

This commit is contained in:
scrawl 2015-07-28 23:27:25 +02:00
parent d511772534
commit 86f0e505e9

View file

@ -228,6 +228,7 @@ namespace MWWorld
if (findExteriorPosition (mStartCell, pos))
{
changeToExteriorCell (pos);
fixPosition(getPlayerPtr());
}
else
{