diff options
Diffstat (limited to 'gob/inter.cpp')
-rw-r--r-- | gob/inter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/inter.cpp b/gob/inter.cpp index 69ff7a0161..02a152ef54 100644 --- a/gob/inter.cpp +++ b/gob/inter.cpp @@ -931,7 +931,7 @@ void inter_keyFunc(void) { if (flag != 1) { if (flag != 2) { - util_delay(flag); + util_longDelay(flag); return; } |