mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
TSAGE: Fix for reseting linked actors in R2R when changing scene
This commit is contained in:
parent
41cb4023e6
commit
6ad9f5158c
@ -3267,6 +3267,7 @@ void Player::postInit(SceneObjectList *OwnerList) {
|
||||
_moveDiff.y = 2;
|
||||
_effect = 1;
|
||||
_shade = 0;
|
||||
_linkedActor = NULL;
|
||||
|
||||
setObjectWrapper(new SceneObjectWrapper());
|
||||
setPosition(_characterPos[_characterIndex]);
|
||||
|
Loading…
Reference in New Issue
Block a user