summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.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/spl-util.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/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 4b2d069971..82eb7729b7 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -137,7 +137,7 @@ bool spell_direction(dist &spelld, bolt &pbolt,
const char *prompt = NULL,
bool cancel_at_self = false);
-int spell_type2skill (unsigned int which_spelltype);
+skill_type spell_type2skill (unsigned int which_spelltype);
spell_type zap_type_to_spell(zap_type zap);