diff options
| author | roy <roy@NetBSD.org> | 2010-02-03 15:34:37 +0000 |
|---|---|---|
| committer | roy <roy@NetBSD.org> | 2010-02-03 15:34:37 +0000 |
| commit | 98eb889579a5572baa8ffa4149f58180870bc0ce (patch) | |
| tree | 856a36e2c97d4547e2687bd9cfa22eea1c277668 /games/hack/hack.cmd.c | |
| parent | 4ca00e00d84c6d6fe8dddcfc20bbb3204c93d655 (diff) | |
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
Diffstat (limited to 'games/hack/hack.cmd.c')
| -rw-r--r-- | games/hack/hack.cmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/hack.cmd.c b/games/hack/hack.cmd.c index a9e7fc08db8..e2e931f944d 100644 --- a/games/hack/hack.cmd.c +++ b/games/hack/hack.cmd.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.cmd.c,v 1.10 2009/08/12 07:28:40 dholland Exp $ */ +/* $NetBSD: hack.cmd.c,v 1.11 2010/02/03 15:34:38 roy Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: hack.cmd.c,v 1.10 2009/08/12 07:28:40 dholland Exp $"); +__RCSID("$NetBSD: hack.cmd.c,v 1.11 2010/02/03 15:34:38 roy Exp $"); #endif /* not lint */ #include "hack.h" @@ -159,7 +159,7 @@ rhack(const char *cmd) } if (!*cmd || (*cmd & 0377) == 0377 || (flags.no_rest_on_space && *cmd == ' ')) { - bell(); + sound_bell(); flags.move = 0; return; /* probably we just had an interrupt */ } |
