summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-15 12:27:57 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-15 12:27:57 +0000
commitafaae93d272eb3a6b09fde538c8d85005cad91e3 (patch)
tree7fd2d99a850657c9bda925d27f9b2c6deedaaef5 /crawl-ref/source/tags.cc
parentfb0ab9913b253f6648b2848e7432f29f4b1f2d9f (diff)
downloadcrawl-ref-afaae93d272eb3a6b09fde538c8d85005cad91e3.tar.gz
crawl-ref-afaae93d272eb3a6b09fde538c8d85005cad91e3.zip
[1813214] Trog should not gift the Wrath of Trog.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2472 c06c8d41-db1a-0410-9941-cceddc491573
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)