mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
SCUMM: HE: fix costume loop regression
This commit is contained in:
parent
b44461c5e6
commit
7b6f852a17
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user