From 0ed1aaf4fa81994103963bc9774f8fb78047cd21 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 3 May 2008 00:41:35 +0000 Subject: Simplify further. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4820 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/effects.h') 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); -- cgit v1.2.3-54-g00ecf