diff options
Diffstat (limited to 'rogue/play.c')
| -rw-r--r-- | rogue/play.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/rogue/play.c b/rogue/play.c index 601f8924..a9d02eb1 100644 --- a/rogue/play.c +++ b/rogue/play.c @@ -1,4 +1,4 @@ -/* $NetBSD: play.c,v 1.3 1995/04/22 10:28:04 cgd Exp $ */ +/* $NetBSD: play.c,v 1.4 1997/10/12 11:45:40 lukem Exp $ */ /* * Copyright (c) 1988, 1993 @@ -36,11 +36,12 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: play.c,v 1.3 1995/04/22 10:28:04 cgd Exp $"; +__RCSID("$NetBSD: play.c,v 1.4 1997/10/12 11:45:40 lukem Exp $"); #endif #endif /* not lint */ @@ -61,10 +62,7 @@ static char rcsid[] = "$NetBSD: play.c,v 1.3 1995/04/22 10:28:04 cgd Exp $"; boolean interrupted = 0; char *unknown_command = "unknown command"; -extern short party_room, bear_trap; -extern char hit_message[]; -extern boolean wizard, trap_door; - +void play_level() { short ch; |
