]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/pack.c
WARNSify
[bsdgames-darwin.git] / rogue / pack.c
index 46c580cfba36f9efbf6d1c7fc02305497dc2b27f..b91bc5a827a6df1eb18f54c63b5da1d66d9aeb12 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: pack.c,v 1.3 1995/04/22 10:27:54 cgd 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.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)pack.c     5.3 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: pack.c,v 1.2 1993/08/01 18:52:20 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)pack.c     8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: pack.c,v 1.3 1995/04/22 10:27:54 cgd Exp $";
+#endif
 #endif /* not lint */
 
 /*
@@ -294,6 +299,7 @@ unsigned short mask;
 
                if (ch == LIST) {
                        check_message();
+                       mask = tmask;
                        inventory(&rogue.pack, mask);
                } else {
                        break;