summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-08-04 09:42:05 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-08-04 09:42:05 +0000
commitf0c8f81c61f98ab23da4d457f18f117984d7cd45 (patch)
tree5e6b982f7b0d7bd712741a32f0327d23e72bced7
parente390f0a585d99019f9f433aadc07882710375b5e (diff)
Notes
-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 190996d16d66..6b1f9a677caa 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() {