summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h
index 2c4bd505..2e9602dc 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1875,11 +1875,11 @@ struct artifact_select_flag {
byte group; /* Flag group to display it in */
int flag; /* item flag to set */
byte level; /* Player skill level to start at */
- int desc; /* Display this description to select flag */
+ char *desc; /* Display this description to select flag */
u32b xp; /* xp cost for this flag */
bool_ pval; /* indicates this flag benifits from pval */
- int item_desc; /* Description of required item */
- int item_descp; /* Description of required item */
+ char *item_desc; /* Description of required item */
+ char *item_descp; /* Description of required item; plural */
byte rtval; /* Required items' tval */
byte rsval; /* Required items' sval */
int rpval; /* Required items' pval (zero for no req) */