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 b07e6954..22bc3bf5 100644
--- a/src/types.h
+++ b/src/types.h
@@ -186,8 +186,8 @@ struct object_kind
u32b oflags4; /* Obvious Flags, set 4 */
u32b oflags5; /* Obvious Flags, set 5 */
- byte locale[4]; /* Allocation level(s) */
- byte chance[4]; /* Allocation chance(s) */
+ byte locale[ALLOCATION_MAX]; /* Allocation level(s) */
+ byte chance[ALLOCATION_MAX]; /* Allocation chance(s) */
byte level; /* Level */
byte extra; /* Something */