summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
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 29c99bb715..a9809a7619 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -120,6 +120,9 @@ public:
long kills; // number of monsters killed
std::string maxed_skills; // comma-separated list of skills
// at level 27
+ int gold; // Remaining gold.
+ int gold_found; // Gold found.
+ int gold_spent; // Gold spent shopping.
mutable std::auto_ptr<xlog_fields> fields;