]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/phantstruct.h
Fix usage message
[bsdgames-darwin.git] / phantasia / phantstruct.h
index c7ada2260d6e5bbe107ab95e8c2cdd181f7aea77..fef673f559394cce8268edcbae452e064db4b64f 100644 (file)
@@ -1,4 +1,8 @@
-/*     $NetBSD: phantstruct.h,v 1.2 1995/03/24 04:00:11 cgd Exp $      */
+/*     $NetBSD: phantstruct.h,v 1.5 2005/02/15 12:58:21 jsm Exp $      */
+
+#define bool char
+/* phbool is used when we need this version of bool after <curses.h>.  */
+#define phbool char
 
 /*
  * phantstruct.h - structure definitions for Phantasia
@@ -121,6 +125,6 @@ struct      charstats                       /* character type statistics */
 
 struct menuitem                                /* menu item for purchase */
     {
-    char       *item;          /* menu item name */
+    const char *item;          /* menu item name */
     double     cost;           /* cost of item */
     };