diff options
author | Paweł Kołodziejski | 2008-02-29 07:40:56 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2008-02-29 07:40:56 +0000 |
commit | ad10df879df8c9a85e34b13e2a49d9c791ee4036 (patch) | |
tree | 0d3b8cb5cc8354c3cb8ce4b3021c535ea0274813 /engines/drascula | |
parent | 4caa91d0e6bf80e24af22a31a484921de18741b5 (diff) | |
download | scummvm-rg350-ad10df879df8c9a85e34b13e2a49d9c791ee4036.tar.gz scummvm-rg350-ad10df879df8c9a85e34b13e2a49d9c791ee4036.tar.bz2 scummvm-rg350-ad10df879df8c9a85e34b13e2a49d9c791ee4036.zip |
slow down key repeat
svn-id: r30997
Diffstat (limited to 'engines/drascula')
-rw-r--r-- | engines/drascula/drascula.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index 8013575d48..969599c79d 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -4616,6 +4616,7 @@ void DrasculaEngine::introduce_nombre() { print_abc(select2, 117, 15); VUELCA_PANTALLA(0, 0, 0, 0, 320, 200, dir_zona_pantalla); key = getscan(); + delay(70); if (key != 0) { if (key == Common::KEYCODE_q) select2[v] = 'q'; |