[Scummvm-git-logs] scummvm master -> 17f4113f20761735b1a57658f336286a32cbe6be
athrxx
noreply at scummvm.org
Thu Apr 21 19:23:57 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
17f4113f20 SCUMM: fix accidental line removal
Commit: 17f4113f20761735b1a57658f336286a32cbe6be
https://github.com/scummvm/scummvm/commit/17f4113f20761735b1a57658f336286a32cbe6be
Author: athrxx (athrxx at scummvm.org)
Date: 2022-04-21T21:23:27+02:00
Commit Message:
SCUMM: fix accidental line removal
(experimental code that I forgot to restore)
Changed paths:
engines/scumm/actor.cpp
diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp
index e0c3a6fb1f1..0759dc31cd6 100644
--- a/engines/scumm/actor.cpp
+++ b/engines/scumm/actor.cpp
@@ -2069,6 +2069,7 @@ void Actor::showActor() {
}
}
+ stopActorMoving();
_visible = true;
_needRedraw = true;
}
More information about the Scummvm-git-logs
mailing list