diff options
author | Paul Gilbert | 2010-03-14 03:40:16 +0000 |
---|---|---|
committer | Paul Gilbert | 2010-03-14 03:40:16 +0000 |
commit | f4bf67cd217bec611cfa39b4d3c557a2413c2f15 (patch) | |
tree | 0bfe7726b84a28710fe0c3cf6e138c5734e9d980 /engines | |
parent | 40562798d6670775768224f77514ed000ff78c38 (diff) | |
download | scummvm-rg350-f4bf67cd217bec611cfa39b4d3c557a2413c2f15.tar.gz scummvm-rg350-f4bf67cd217bec611cfa39b4d3c557a2413c2f15.tar.bz2 scummvm-rg350-f4bf67cd217bec611cfa39b4d3c557a2413c2f15.zip |
Increased the default Discworld 2 double-click time from 0.33 seconds to 0.55 seconds (from 6 to 10 frames)
svn-id: r48255
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/config.h b/engines/tinsel/config.h index 70418372f8..dcfaf47b0c 100644 --- a/engines/tinsel/config.h +++ b/engines/tinsel/config.h @@ -32,7 +32,7 @@ namespace Tinsel { // double click timer initial value enum { - DOUBLE_CLICK_TIME = 6, // 6 @ 18Hz = .33 sec + DOUBLE_CLICK_TIME = 10, // 10 @ 18Hz = .55 sec DEFTEXTSPEED = 0 }; |