aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/ui.cpp')
-rw-r--r--engines/touche/ui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/touche/ui.cpp b/engines/touche/ui.cpp
index a679b83ac7..ac5cee7f6e 100644
--- a/engines/touche/ui.cpp
+++ b/engines/touche/ui.cpp
@@ -563,7 +563,8 @@ int ToucheEngine::displayQuitDialog() {
break;
}
}
- _system->delayMillis(50);
+ _system->delayMillis(10);
+ _system->updateScreen();
}
clearStatusString();
return ret;