summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skill_menu.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-09-20 09:54:12 +0000
committerRaphael Langella <raphael.langella@gmail.com>2011-09-21 07:14:05 +0200
commit7ca268bd88afaf7bd9b38dff39299a4f220f6ce3 (patch)
tree4fd7a8ed61681aa49fe471f183f0ef11601a6996 /crawl-ref/source/skill_menu.h
parentd7df244994ed501512320d9208446880a2fac5f0 (diff)
downloadcrawl-ref-7ca268bd88afaf7bd9b38dff39299a4f220f6ce3.tar.gz
crawl-ref-7ca268bd88afaf7bd9b38dff39299a4f220f6ce3.zip
Add a decimal to the skill level display.
Diffstat (limited to 'crawl-ref/source/skill_menu.h')
-rw-r--r--crawl-ref/source/skill_menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/skill_menu.h b/crawl-ref/source/skill_menu.h
index 1874dc14b8..2bff806087 100644
--- a/crawl-ref/source/skill_menu.h
+++ b/crawl-ref/source/skill_menu.h
@@ -129,7 +129,8 @@ public:
void cancel_help();
void clear_selections();
bool exit();
- int get_saved_skill_level(skill_type sk, bool changed);
+ int get_raw_skill_level(skill_type sk);
+ int get_saved_skill_level(skill_type sk, bool real);
skill_menu_state get_state(skill_menu_switch sw);
void help();
void select(skill_type sk, int keyn);