[Scummvm-git-logs] scummvm master -> 97294bcab4f63a17d83fd585f81a0791c1676c7c

yuv422 yuv422 at users.noreply.github.com
Wed Sep 9 12:24:01 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:
97294bcab4 DRAGONS: Fixed flicker not animating while talking with default responses


Commit: 97294bcab4f63a17d83fd585f81a0791c1676c7c
    https://github.com/scummvm/scummvm/commit/97294bcab4f63a17d83fd585f81a0791c1676c7c
Author: Eric Fry (yuv422 at users.noreply.github.com)
Date: 2020-09-09T22:22:36+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