From 9339d2a54e273786ea6346bf4925076b10a50e56 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 1 Apr 2007 13:38:03 +0000 Subject: We still track the mouse position while waiting for an answer to the "Do you want to quit?" question, so it makes sense to me to keep drawing the cursor. Even if the original didn't. svn-id: r26346 --- engines/touche/ui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') 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; -- cgit v1.2.3