summaryrefslogtreecommitdiffstats
path: root/phantasia/phantstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'phantasia/phantstruct.h')
-rw-r--r--phantasia/phantstruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/phantstruct.h b/phantasia/phantstruct.h
index c7ada226..948bb232 100644
--- a/phantasia/phantstruct.h
+++ b/phantasia/phantstruct.h
@@ -1,4 +1,4 @@
-/* $NetBSD: phantstruct.h,v 1.2 1995/03/24 04:00:11 cgd Exp $ */
+/* $NetBSD: phantstruct.h,v 1.3 1999/09/08 21:17:55 jsm Exp $ */
/*
* phantstruct.h - structure definitions for Phantasia
@@ -121,6 +121,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 */
};