diff options
author | Max Horn | 2005-03-06 23:21:10 +0000 |
---|---|---|
committer | Max Horn | 2005-03-06 23:21:10 +0000 |
commit | b5dc4960a4c5c7d76130e7c3fd4b62dec2b1ea84 (patch) | |
tree | b2e5fdc181fea75ed064a96fab20bba9475a915a /scumm | |
parent | 630bdf542d7725eb6ebde3e120031ddcfb983b81 (diff) | |
download | scummvm-rg350-b5dc4960a4c5c7d76130e7c3fd4b62dec2b1ea84.tar.gz scummvm-rg350-b5dc4960a4c5c7d76130e7c3fd4b62dec2b1ea84.tar.bz2 scummvm-rg350-b5dc4960a4c5c7d76130e7c3fd4b62dec2b1ea84.zip |
Max talkspeed is 9, not 10
svn-id: r17016
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/input.cpp b/scumm/input.cpp index df299c9f32..8eeb342162 100644 --- a/scumm/input.cpp +++ b/scumm/input.cpp @@ -408,7 +408,7 @@ void ScummEngine::processKbd(bool smushMode) { _defaultTalkDelay--; // Display the talk speed - ValueDisplayDialog dlg("Talk speed: ", 0, 10, _defaultTalkDelay, '+', '-'); + ValueDisplayDialog dlg("Talk speed: ", 0, 9, _defaultTalkDelay, '+', '-'); _defaultTalkDelay = runDialog(dlg); if (VAR_CHARINC != 0xFF) |