summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-28 16:49:53 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-28 17:05:57 +0200
commitd09b59c618625a0e02ab1f0184827be42be94a25 (patch)
tree34ab7d0896644051febd41c5ba35eb9086c67361 /crawl-ref/source/skills2.h
parent44ada53d972ae5ae5fdf7586411dd88764f59dcc (diff)
downloadcrawl-ref-d09b59c618625a0e02ab1f0184827be42be94a25.tar.gz
crawl-ref-d09b59c618625a0e02ab1f0184827be42be94a25.zip
Show useless skills as N/A.
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index 25ab6924bc..52de1d7794 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -56,7 +56,7 @@ void init_skill_order();
void calc_mp();
void calc_hp();
-bool is_useless_skill(int skill);
+bool is_useless_skill(skill_type skill);
int species_apt(skill_type skill, species_type species = you.species);
float species_apt_factor(skill_type sk, species_type sp = you.species);