summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-18 14:10:20 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-19 00:50:36 +0200
commit35cb94ba46b63a5147ef069563af0de181bb3297 (patch)
tree812e36811f2540b89f5d565391943b772ee75ecc /crawl-ref/source/hiscores.h
parent01204ecb302d4c7684ffde987516ae0c4cf4bc69 (diff)
downloadcrawl-ref-35cb94ba46b63a5147ef069563af0de181bb3297.tar.gz
crawl-ref-35cb94ba46b63a5147ef069563af0de181bb3297.zip
Count completed Ziggurats, and record deepest level reached.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index e640b33527..807a5b3115 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -114,6 +114,9 @@ private:
uint32_t fruit_found_mask; // Mask of fruits found.
+ int zigs; // Ziggurats completed.
+ int zigmax; // Max level reached in a ziggurat.
+
mutable std::auto_ptr<xlog_fields> fields;
public: