summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tags.cc')
-rw-r--r--crawl-ref/source/tags.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index e2d1f13b55..88982c10af 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -837,9 +837,9 @@ static void tag_construct_you_items(struct tagHeader &th)
// this is really dumb. We copy the id[] array from itemname
// to the stack, for no good reason that I can see.
- char identy[4][50];
+ id_arr identy;
- save_id(identy);
+ save_id(identy, true);
for (i = 0; i < 4; ++i)
{