diff options
author | ache <ache@FreeBSD.org> | 1997-09-24 20:19:59 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-24 20:19:59 +0000 |
commit | 5449271204fc8fb794d61db69e85996f702c84a7 (patch) | |
tree | b4b9a15b3d4c966582c82dfcd23df393c7ddf47b /games/hack | |
parent | 705dab002eab94c23d00d5594774f05e26e9cf14 (diff) | |
download | FreeBSD-src-5449271204fc8fb794d61db69e85996f702c84a7.zip FreeBSD-src-5449271204fc8fb794d61db69e85996f702c84a7.tar.gz |
Oops, to many zeroes was in usleep arg
Diffstat (limited to 'games/hack')
-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 c24dc83..f9acb33 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) { |