diff options
| -rw-r--r-- | engines/kyra/script_tim.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/script_tim.cpp b/engines/kyra/script_tim.cpp index 731b8d206f..ac106113e1 100644 --- a/engines/kyra/script_tim.cpp +++ b/engines/kyra/script_tim.cpp @@ -1261,6 +1261,8 @@ uint16 TIMInterpreter_LoL::processDialogue() { if (df != _dialogueHighlightedButton) drawDialogueButtons(); + _screen->updateScreen(); + if (res == 0) return 0; |
