summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-08-31 20:57:55 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-08-31 20:57:55 +0000
commit279f7900b7f667ee1c4ba0567ef4ac08b9d4a00b (patch)
treee7a0ed7fd1200303c7fcad11992eb5f4fb736b8e /games
parentffa4caf22c639cd71037432cdea02f732d5d2bb5 (diff)
Notes
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 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() {