[Scummvm-git-logs] scummvm branch-2-2 -> bcc2c7cd686cf7196f4882819aa3c6969258dd24
yuv422
yuv422 at users.noreply.github.com
Wed Sep 9 12:32:52 UTC 2020
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:
bcc2c7cd68 DRAGONS: Fixed flicker not animating while talking with default responses
Commit: bcc2c7cd686cf7196f4882819aa3c6969258dd24
https://github.com/scummvm/scummvm/commit/bcc2c7cd686cf7196f4882819aa3c6969258dd24
Author: Eric Fry (yuv422 at users.noreply.github.com)
Date: 2020-09-09T22:32:28+10:00
Commit Message:
DRAGONS: Fixed flicker not animating while talking with default responses
Changed paths:
engines/dragons/talk.cpp
diff --git a/engines/dragons/talk.cpp b/engines/dragons/talk.cpp
index dc9e234fa5..8f8cb15f93 100644
--- a/engines/dragons/talk.cpp
+++ b/engines/dragons/talk.cpp
@@ -932,7 +932,7 @@ void Talk::flickerRandomDefaultResponse() {
flicker->actor->setFlag(ACTOR_FLAG_4);
}
}
- talkFromIni(0x11, getDefaultResponseTextIndex());
+ talkFromIni(0, getDefaultResponseTextIndex());
}
uint32 Talk::getDefaultResponseTextIndex() {
More information about the Scummvm-git-logs
mailing list