summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-09-19 23:42:13 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-09-19 23:49:31 +0200
commit9e8371aef827bd406ea52ac882227487bcca14f8 (patch)
tree96e2f3a5a523667dc91b2aa214d7277ff62a2e74 /crawl-ref/source/skills.h
parent130b8f916c3bb7b1107afc84dd72c07e0ffa1867 (diff)
downloadcrawl-ref-9e8371aef827bd406ea52ac882227487bcca14f8.tar.gz
crawl-ref-9e8371aef827bd406ea52ac882227487bcca14f8.zip
Hide training percentage for unknown skills.
It's quite useless and confusing, better to just hide it.
Diffstat (limited to 'crawl-ref/source/skills.h')
-rw-r--r--crawl-ref/source/skills.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills.h b/crawl-ref/source/skills.h
index bc507fdbde..aab7608e5f 100644
--- a/crawl-ref/source/skills.h
+++ b/crawl-ref/source/skills.h
@@ -17,7 +17,7 @@ void check_skill_cost_change();
void reassess_starting_skills();
void check_selected_skills();
void init_training();
-void reset_training();
+void reset_training(bool unknown = true);
void check_skill_level_change(skill_type sk, bool do_level_up = true);
void change_skill_level(skill_type exsk, int num_level);
void change_skill_points(skill_type sk, int points, bool do_level_up);