From 361fb119f59f5879b115ec1dc050fe84b7381670 Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 23 Apr 2007 07:54:37 +0000 Subject: Fixed surges being all wrong (1705614.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1345 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-util.h') 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 -- cgit v1.2.3-54-g00ecf