]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/play.c
Give an appropriate error on "kill all" rather than a crash or
[bsdgames-darwin.git] / rogue / play.c
index de89a3090fbf629474408a17b04f3453bce5e24f..7b53d6edcdac04350821d46fb148c0a7e98dbf5f 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: play.c,v 1.5 1998/11/10 13:01:32 hubertf Exp $ */
+
 /*
 /*
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Timothy C. Stoehr.
  *
  * This code is derived from software contributed to Berkeley by
  * Timothy C. Stoehr.
  * SUCH DAMAGE.
  */
 
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
 #ifndef lint
-/*static char sccsid[] = "from: @(#)play.c     5.3 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: play.c,v 1.2 1993/08/01 18:52:19 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)play.c     8.1 (Berkeley) 5/31/93";
+#else
+__RCSID("$NetBSD: play.c,v 1.5 1998/11/10 13:01:32 hubertf Exp $");
+#endif
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -54,12 +60,9 @@ static char rcsid[] = "$Id: play.c,v 1.2 1993/08/01 18:52:19 mycroft Exp $";
 #include "rogue.h"
 
 boolean interrupted = 0;
 #include "rogue.h"
 
 boolean interrupted = 0;
-char *unknown_command = "unknown command";
-
-extern short party_room, bear_trap;
-extern char hit_message[];
-extern boolean wizard, trap_door;
+const char *unknown_command = "unknown command";
 
 
+void
 play_level()
 {
        short ch;
 play_level()
 {
        short ch;