mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
DRAGONS: Fixed flicker not animating while talking with default responses
This commit is contained in:
parent
209a738cbb
commit
97294bcab4
@ -932,7 +932,7 @@ void Talk::flickerRandomDefaultResponse() {
|
||||
flicker->actor->setFlag(ACTOR_FLAG_4);
|
||||
}
|
||||
}
|
||||
talkFromIni(0x11, getDefaultResponseTextIndex());
|
||||
talkFromIni(0, getDefaultResponseTextIndex());
|
||||
}
|
||||
|
||||
uint32 Talk::getDefaultResponseTextIndex() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user