summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
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 676eef40e6..25e98a5933 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -63,7 +63,7 @@ unsigned int get_spell_flags( spell_type which_spell );
// * called from: chardump - spell - spl-book - spells0
bool spell_typematch(spell_type which_spell, unsigned int which_discipline);
-unsigned int get_spell_type( spell_type which_spell );
+unsigned int get_spell_disciplines( spell_type which_spell );
int count_bits( unsigned int bits );
// * called from: chardump - command - debug - spl-book - spells0