SCUMM: HE: fix costume loop regression

This commit is contained in:
Niv Baehr 2022-09-20 22:03:41 +03:00 committed by Filippos Karapetis
parent b44461c5e6
commit 7b6f852a17

View File

@ -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;
}
}
}