diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-24 20:19:59 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-24 20:19:59 +0000 |
| commit | 81c9c0b61a47a2577550ba49b2e509b885cf0570 (patch) | |
| tree | 888503389e326679d2f1b40b6e321442a8603d6c /games/hack/hack.termcap.c | |
| parent | 850b77e68913e6a169b0c3499c134d3767738391 (diff) | |
Notes
Diffstat (limited to 'games/hack/hack.termcap.c')
| -rw-r--r-- | games/hack/hack.termcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c index c24dc83db705b..f9acb33b1f6f2 100644 --- a/games/hack/hack.termcap.c +++ b/games/hack/hack.termcap.c @@ -248,7 +248,7 @@ delay_output() { /* tputs("$<50>", 1, xputc); */ else { (void) fflush(stdout); - usleep(500000); + usleep(50*1000); } #if 0 else if(ospeed > 0 || ospeed < SIZE(tmspc10)) if(CM) { |
