summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 00:41:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-03 00:41:35 +0000
commit0ed1aaf4fa81994103963bc9774f8fb78047cd21 (patch)
tree2a460ded8ee159a92b731d90ee5fd496efe95982 /crawl-ref/source/effects.h
parent808bbb3f608a2b3e7dda4a5e491f67a38db8cc25 (diff)
downloadcrawl-ref-0ed1aaf4fa81994103963bc9774f8fb78047cd21.tar.gz
crawl-ref-0ed1aaf4fa81994103963bc9774f8fb78047cd21.zip
Simplify further.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4820 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index aa6f4a2127..2db26ffb4d 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -102,7 +102,7 @@ void yell(bool force = false);
* *********************************************************************** */
int holy_word(int pow, int caster, int x, int y, bool silent);
-bool holy_word_player(int pow, int caster);
+int holy_word_player(int pow, int caster);
int holy_word_monsters(int x, int y, int pow, int caster);
@@ -113,7 +113,7 @@ int holy_word_monsters(int x, int y, int pow, int caster);
* *********************************************************************** */
int torment(int caster, int x, int y);
-bool torment_player(int pow, int caster);
+int torment_player(int pow, int caster);
int torment_monsters(int x, int y, int pow, int caster);
bool forget_inventory(bool quiet = false);