From b4211fefc8bb9a1a395f9685bbb5bc897d191b01 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 1 Apr 2007 14:04:45 +0000 Subject: Call updateScreen() more often when drawing right-click menus, to make mouse movement smoother. svn-id: r26347 --- engines/touche/touche.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp index 8bdd09b222..badcfc24dd 100644 --- a/engines/touche/touche.cpp +++ b/engines/touche/touche.cpp @@ -1850,7 +1850,7 @@ int ToucheEngine::handleActionMenuUnderCursor(const int16 *actions, int offs, in } processEvents(false); _system->updateScreen(); - _system->delayMillis(50); + _system->delayMillis(10); } const int action = (i >= 0) ? actionsTable[i] : -26; -- cgit v1.2.3