summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
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 e741c6a8..b6ddbf36 100644
--- a/src/types.h
+++ b/src/types.h
@@ -424,8 +424,8 @@ typedef struct monster_race monster_race;
struct monster_race
{
- u32b name; /* Name (offset) */
- u32b text; /* Text (offset) */
+ const char *name; /* Name */
+ char *text; /* Text */
u16b hdice; /* Creatures hit dice count */
u16b hside; /* Creatures hit dice sides */