1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 10:36:42 +00:00

minor cell change fix

This commit is contained in:
Marc Zinnschlag 2010-08-05 15:57:06 +02:00
parent 1902dfb7b2
commit c883921af3

View file

@ -544,7 +544,7 @@ namespace MWWorld
insertInteriorScripts (*cell); insertInteriorScripts (*cell);
// adjust player // adjust player
mPlayerPos->setPos (position.pos[0], position.pos[1], position.pos[2]); mPlayerPos->setPos (position.pos[0], position.pos[1], position.pos[2], true);
mPlayerPos->setCell (cell); mPlayerPos->setCell (cell);
// TODO orientation // TODO orientation