]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - battlestar/globals.c
Don't try to wear anything that isn't OBJECT or NOUNS. Don't try to
[bsdgames-darwin.git] / battlestar / globals.c
index 7c743715308f042553c01db114e4712e939533cf..d285e5279c01f8c876ccc8f617645c872ac4f85f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: globals.c,v 1.10 2000/09/08 17:25:32 jsm Exp $ */
+/*     $NetBSD: globals.c,v 1.12 2000/09/17 23:03:43 jsm Exp $ */
 
 /*
  * Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)globals.c  8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: globals.c,v 1.10 2000/09/08 17:25:32 jsm Exp $");
+__RCSID("$NetBSD: globals.c,v 1.12 2000/09/17 23:03:43 jsm Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -256,7 +256,8 @@ unsigned int inven[NUMOFWORDS];
 unsigned int wear[NUMOFWORDS];
 char    beenthere[NUMOFROOMS + 1];
 char    injuries[NUMOFINJURIES];
+int     verbose = 0;
 
-char    username[9];
+const char *username;
 
 struct wlist *hashtab[HASHSIZE];