summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-10-27 20:13:19 +0200
committerRaphael Langella <raphael.langella@gmail.com>2010-10-27 20:13:48 +0200
commite30bbf329797b14554e80277470ba9b518aff347 (patch)
tree00fdb9c228068a048d024d7dc1acca46d31021e9 /crawl-ref/source/hiscores.h
parent43c94118268b9298f3108c7194efce6dda8b9580 (diff)
downloadcrawl-ref-e30bbf329797b14554e80277470ba9b518aff347.tar.gz
crawl-ref-e30bbf329797b14554e80277470ba9b518aff347.zip
Replace int by skill_type whenever possible
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index 5dc6350488..e13e9bf822 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -73,7 +73,7 @@ private:
int job; // job_type + legacy values
std::string race_class_name; // overrides race & cls if non-empty.
uint8_t lvl; // player level.
- uint8_t best_skill; // best skill #
+ skill_type best_skill; // best skill #
uint8_t best_skill_lvl; // best skill level
int death_type;
int death_source; // NON_MONSTER or monster type