TSAGE: Fix for reseting linked actors in R2R when changing scene

This commit is contained in:
Paul Gilbert 2013-09-01 19:20:45 -04:00
parent 41cb4023e6
commit 6ad9f5158c

View File

@ -3267,6 +3267,7 @@ void Player::postInit(SceneObjectList *OwnerList) {
_moveDiff.y = 2;
_effect = 1;
_shade = 0;
_linkedActor = NULL;
setObjectWrapper(new SceneObjectWrapper());
setPosition(_characterPos[_characterIndex]);