From d623e84a98e1c35d9968ba84d02ca0465697d184 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 22 Jan 2009 02:52:35 +0000 Subject: Add miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8670 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index d9767c282f..e29785b1e0 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -101,7 +101,7 @@ bool yred_injury_mirror(bool actual = true); bool beogh_water_walk(); void good_god_holy_attitude_change(monsters *holy); void yred_make_enslaved_soul(monsters *mon, bool force_hostile = false, - bool quiet = false, bool allow_fail = true); + bool quiet = false, bool unlimited = false); void beogh_convert_orc(monsters *orc, bool emergency, bool converted_by_follower = false); bool is_holy_item(const item_def& item); -- cgit v1.2.3-54-g00ecf