aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2003-08-28 19:20:30 +0000
committerMax Horn2003-08-28 19:20:30 +0000
commit898bbc85d0aa856c2f80a18acd3163cff59ebe63 (patch)
tree54db7a9aa7c48979f0c185f4d19aaa1ad899e633 /gui
parent876fe0ac8aa0d94274af02ce38eea9ea3e058d90 (diff)
downloadscummvm-rg350-898bbc85d0aa856c2f80a18acd3163cff59ebe63.tar.gz
scummvm-rg350-898bbc85d0aa856c2f80a18acd3163cff59ebe63.tar.bz2
scummvm-rg350-898bbc85d0aa856c2f80a18acd3163cff59ebe63.zip
double cursor animation speed (see bug #757191)
svn-id: r9895
Diffstat (limited to 'gui')
-rw-r--r--gui/newgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index d44e9b6836..94d88e25fd 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -42,7 +42,7 @@
enum {
kDoubleClickDelay = 500, // milliseconds
- kCursorAnimateDelay = 500,
+ kCursorAnimateDelay = 250,
kKeyRepeatInitialDelay = 400,
kKeyRepeatSustainDelay = 100
};