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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index 818da4051c..8640b2e758 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -1348,7 +1348,7 @@ static void tag_read_you_items(struct tagHeader &th, char minorVersion)
// # of unrandarts could certainly change. If it does,
// the new ones won't exist yet - zero them out.
for (; j < NO_UNRANDARTS; j++)
- set_unrandart_exist(j, 0);
+ set_unrandart_exist(j, false);
}
static PlaceInfo unmarshallPlaceInfo(struct tagHeader &th)