diff options
-rw-r--r-- | engines/parallaction/location.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/location.cpp b/engines/parallaction/location.cpp index 93c26e8671..d23be6117b 100644 --- a/engines/parallaction/location.cpp +++ b/engines/parallaction/location.cpp @@ -279,6 +279,7 @@ void Parallaction::showSlide(const char *name) { _ax <<= 3; // text width uint16 _dx = (SCREEN_WIDTH - _ax) >> 1; // center text _gfx->displayString(_dx, 14, _slideText[0]); // displays text on screen + _gfx->updateScreen(); waitUntilLeftClick(); |