summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-08-22 01:15:12 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-08-22 22:14:16 +0200
commit1edff79cf6d2283ac05c1d7c8d942f5efb4643d7 (patch)
treebb2f3073109fc45b3ad019de6a6b2e796f52a73e /crawl-ref/source/hiscores.h
parentafd08e20fc379c8e485f3340f2b62770f4e80b71 (diff)
downloadcrawl-ref-1edff79cf6d2283ac05c1d7c8d942f5efb4643d7.tar.gz
crawl-ref-1edff79cf6d2283ac05c1d7c8d942f5efb4643d7.zip
Remove fruit_found_mask.
It is a remnant of a gimmick banner from one of past tourneys.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index aef8773832..9eff8953cb 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -110,8 +110,6 @@ private:
int gold_found; // Gold found.
int gold_spent; // Gold spent shopping.
- uint32_t fruit_found_mask; // Mask of fruits found.
-
int zigs; // Ziggurats completed.
int zigmax; // Max level reached in a ziggurat.