summaryrefslogtreecommitdiffstats
path: root/tetris
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>1999-08-14 16:38:45 +0000
committertron <tron@NetBSD.org>1999-08-14 16:38:45 +0000
commit94f9016ae34e296728f9a47ca262377f3c8bcb9e (patch)
treec40e52feeba2b0cb0d30dce1cd1c31f6168123db /tetris
parentee3ef890f3db5e493c90390139b4f5fc4c0587e0 (diff)
downloadbsdgames-darwin-94f9016ae34e296728f9a47ca262377f3c8bcb9e.tar.gz
bsdgames-darwin-94f9016ae34e296728f9a47ca262377f3c8bcb9e.tar.zst
bsdgames-darwin-94f9016ae34e296728f9a47ca262377f3c8bcb9e.zip
Adapt to change of "termcap.h".
Diffstat (limited to 'tetris')
-rw-r--r--tetris/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/screen.c b/tetris/screen.c
index f96f85b3..007705e9 100644
--- a/tetris/screen.c
+++ b/tetris/screen.c
@@ -1,4 +1,4 @@
-/* $NetBSD: screen.c,v 1.9 1999/01/03 17:13:51 hubertf Exp $ */
+/* $NetBSD: screen.c,v 1.10 1999/08/14 16:40:23 tron Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -74,7 +74,7 @@ static void stopset __P((int));
* Capabilities from TERMCAP.
*/
char PC, *BC, *UP; /* tgoto requires globals: ugh! */
-speed_t ospeed;
+short ospeed;
static char
*bcstr, /* backspace char */