summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-23 07:54:37 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-23 07:54:37 +0000
commit361fb119f59f5879b115ec1dc050fe84b7381670 (patch)
treebc1992af6fc973debb99c5232e5507ff177c187d /crawl-ref/source/spl-cast.h
parentbb594fc95044847b4835dcc43b9ae3ec726272d8 (diff)
downloadcrawl-ref-361fb119f59f5879b115ec1dc050fe84b7381670.tar.gz
crawl-ref-361fb119f59f5879b115ec1dc050fe84b7381670.zip
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
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index dec590b915..349fd34216 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -18,7 +18,8 @@
char list_spells( void );
int spell_fail( spell_type spell );
-int calc_spell_power( int spell, bool apply_intel, bool fail_rate_chk = false );
+int calc_spell_power(spell_type spell, bool apply_intel,
+ bool fail_rate_chk = false );
int spell_enhancement( unsigned int typeflags );
// last updaetd 12may2000 {dlb}