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 a1004bf4be..98eb7be697 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -1078,8 +1078,8 @@ static void tag_construct_you_items(writer &th)
for (j = 0; j < 50; ++j)
marshallByte(th,you.unique_items[j]);
- marshallByte(th, NUM_BOOKS);
- for (j = 0; j < NUM_BOOKS; ++j)
+ marshallByte(th, NUM_FIXED_BOOKS);
+ for (j = 0; j < NUM_FIXED_BOOKS; ++j)
marshallByte(th,you.had_book[j]);
marshallShort(th, NUM_SPELLS);