summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-12-09 21:51:43 -0500
committerelliptic <hyperelliptical@gmail.com>2013-12-09 21:56:39 -0500
commit5d3c58f3e0e05d2f547c0e2235cdac8cb4cae3db (patch)
tree09025fdbca9152eea01dd34bd32357819a3630fd /crawl-ref/source/hiscores.h
parent0234849a946b3cc03c2c03eeed2b5163a43551cf (diff)
downloadcrawl-ref-5d3c58f3e0e05d2f547c0e2235cdac8cb4cae3db.tar.gz
crawl-ref-5d3c58f3e0e05d2f547c0e2235cdac8cb4cae3db.zip
Use the correct title in scorefile_entry stuff.
This fixes issues with the wrong UC title appearing sometimes if str > dex but base str < base dex (or the reverse).
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 3a27f7fb04..3d09b30a88 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -69,6 +69,7 @@ private:
uint8_t lvl; // player level.
skill_type best_skill; // best skill #
uint8_t best_skill_lvl; // best skill level
+ string title; // title
int death_type;
int death_source; // NON_MONSTER or monster type
string death_source_name; // overrides death_source