summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index b5248c21..6dd27a44 100644
--- a/src/types.h
+++ b/src/types.h
@@ -976,7 +976,7 @@ typedef struct store_info_type store_info_type;
struct store_info_type
{
- u32b name; /* Name (offset) */
+ const char *name; /* Name */
s16b table[STORE_CHOICES][2]; /* Table -- Legal item kinds */
byte table_num; /* Number of items */