summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-22 02:52:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-22 02:52:35 +0000
commitd623e84a98e1c35d9968ba84d02ca0465697d184 (patch)
treec74f02ecdb383387275089b9a0f61b7e49efe922 /crawl-ref/source/religion.h
parentea7f0c49e59faf35180ff2aa48a91087d27c49f2 (diff)
downloadcrawl-ref-d623e84a98e1c35d9968ba84d02ca0465697d184.tar.gz
crawl-ref-d623e84a98e1c35d9968ba84d02ca0465697d184.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8670 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
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);