diff options
-rw-r--r-- | engines/touche/touche.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |