summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
commitde5ee3b24f035efe3da8260687200109302f350a (patch)
tree26885e50701ec8a119f4f25ff98ad69fc2ca0ed6 /src/types.h
parent8e89f38f28fd5c7dff91732807a591eaefbc36c0 (diff)
Remove d_head, d_name, d_text
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h
index 548aa6b8..d475d879 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2021,8 +2021,8 @@ struct rule_type
typedef struct dungeon_info_type dungeon_info_type;
struct dungeon_info_type
{
- u32b name; /* Name */
- u32b text; /* Description */
+ const char *name; /* Name */
+ char *text; /* Description */
char short_name[3]; /* Short name */
char generator[30]; /* Name of the level generator */