aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/callables.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/callables.cpp b/engines/parallaction/callables.cpp
index d269ed2825..4d9b1080c6 100644
--- a/engines/parallaction/callables.cpp
+++ b/engines/parallaction/callables.cpp
@@ -250,6 +250,7 @@ void _c_endComment(void *param) {
_vm->_gfx->setFont(kFontDialogue);
_vm->_gfx->displayWrappedString(_vm->_location._endComment, 3, 5, 130, 0);
+ _vm->_gfx->updateScreen();
uint32 di = 0;
for (di = 0; di < PALETTE_COLORS; di++) {