mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
SCUMM: Fix ActorStop, V0 needs to set the stop direction
This commit is contained in:
parent
2b657283d7
commit
92908bfc4b
@ -235,6 +235,8 @@ void Actor::stopActorMoving() {
|
|||||||
_vm->stopScript(_walkScript);
|
_vm->stopScript(_walkScript);
|
||||||
|
|
||||||
_moving = 0;
|
_moving = 0;
|
||||||
|
if( _vm->_game.version == 0 )
|
||||||
|
((ActorC64*)this)->setDirection( _facing );
|
||||||
}
|
}
|
||||||
|
|
||||||
void Actor::setActorWalkSpeed(uint newSpeedX, uint newSpeedY) {
|
void Actor::setActorWalkSpeed(uint newSpeedX, uint newSpeedY) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user