summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-08-04 09:42:05 +0000
committerache <ache@FreeBSD.org>1995-08-04 09:42:05 +0000
commit5cfe85c0a452aec9920570de2b56574116936447 (patch)
tree5e6b982f7b0d7bd712741a32f0327d23e72bced7 /games
parentbe182d242102d22936cd3d6e3f6be5772e32ac15 (diff)
downloadFreeBSD-src-5cfe85c0a452aec9920570de2b56574116936447.zip
FreeBSD-src-5cfe85c0a452aec9920570de2b56574116936447.tar.gz
Add missing entries to speedtable
Diffstat (limited to 'games')
-rw-r--r--games/hack/hack.termcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c
index 190996d..6b1f9a6 100644
--- a/games/hack/hack.termcap.c
+++ b/games/hack/hack.termcap.c
@@ -231,7 +231,7 @@ bell()
}
static short tmspc10[] = { /* from termcap */
- 0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5
+ 0, 2000, 1333, 909, 743, 666, 500, 333, 166, 83, 55, 41, 20, 10, 5, 3, 2, 1
};
delay_output() {
OpenPOWER on IntegriCloud