summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-07-14 20:23:31 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-07-14 20:28:37 +0530
commitb540edd89191b83057cf74ee15c1797c7c29e7a7 (patch)
tree5f0e15615597c0a9ed9db6e05b65850ca69b986b /crawl-ref/source/hiscores.h
parent08b10a2aef292f7d2410c8fdb4ab9e3076de80b1 (diff)
downloadcrawl-ref-b540edd89191b83057cf74ee15c1797c7c29e7a7.tar.gz
crawl-ref-b540edd89191b83057cf74ee15c1797c7c29e7a7.zip
Keep track of different fruit types the player has found for the 2010 tournament Fedhas banner.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index aa17225674..cbdbd5c186 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -111,6 +111,8 @@ private:
int gold_found; // Gold found.
int gold_spent; // Gold spent shopping.
+ uint32_t fruit_found_mask; // Mask of fruits found.
+
mutable std::auto_ptr<xlog_fields> fields;
public: