From a0041450da452d421fa15f352d533a000c2e7921 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 12 Oct 1997 11:45:01 +0000 Subject: WARNSify (not an insignificant task...) --- rogue/play.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'rogue/play.c') 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 #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; -- cgit v1.2.3