[Scummvm-git-logs] scummvm master -> 7b6f852a170b414a50b83f7c43c05ec11125003a
bluegr
noreply at scummvm.org
Tue Sep 20 21:13:29 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:
7b6f852a17 SCUMM: HE: fix costume loop regression
Commit: 7b6f852a170b414a50b83f7c43c05ec11125003a
https://github.com/scummvm/scummvm/commit/7b6f852a170b414a50b83f7c43c05ec11125003a
Author: Niv Baehr (bloop93 at gmail.com)
Date: 2022-09-21T00:13:26+03:00
Commit Message:
SCUMM: HE: fix costume loop regression
Changed paths:
engines/scumm/actor.cpp
diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp
index 5c54b4c0a05..a15026af314 100644
--- a/engines/scumm/actor.cpp
+++ b/engines/scumm/actor.cpp
@@ -3084,7 +3084,7 @@ void ScummEngine::stopTalk() {
// Delay unsetting _heTalking to next sound frame. fixes bug #3533.
_actorShouldStopTalking = true;
} else {
- ((ActorHE *)a)->_heTalking = true;
+ ((ActorHE *)a)->_heTalking = false;
}
}
}
More information about the Scummvm-git-logs
mailing list