diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-12 11:45:01 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-12 11:45:01 +0000 |
| commit | a0041450da452d421fa15f352d533a000c2e7921 (patch) | |
| tree | 500a4c4a314b36a49f50552293c66aa268eb59f2 /rogue/play.c | |
| parent | 8d2dd1244517d9cf4b4e1fd9a4914c5496e8dfac (diff) | |
| download | bsdgames-darwin-a0041450da452d421fa15f352d533a000c2e7921.tar.gz bsdgames-darwin-a0041450da452d421fa15f352d533a000c2e7921.zip | |
WARNSify (not an insignificant task...)
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; |
