summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-12 04:48:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-12 04:48:32 +0000
commite8e7c9ee54157097b03cf40bce5c4860b411f91a (patch)
tree170cfa8ffa4a1489bcb2cabab09db74130167e62 /crawl-ref/source/religion.cc
parentdb5274e500e10d7d8cda77e3638f1632ebad0121 (diff)
downloadcrawl-ref-e8e7c9ee54157097b03cf40bce5c4860b411f91a.tar.gz
crawl-ref-e8e7c9ee54157097b03cf40bce5c4860b411f91a.zip
Rename one more holy being neutralization function (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3431 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 2d459beff6..7716ffe60f 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2957,7 +2957,7 @@ void beogh_idol_revenge()
}
}
-static void good_god_holy_being_conversion_speech(
+static void good_god_holy_being_attitude_change_speech(
std::ostream &chan,
const monsters *holy)
{
@@ -3074,7 +3074,7 @@ void good_god_convert_holy(monsters *holy)
std::ostream& chan = msg::streams(MSGCH_MONSTER_ENCHANT);
chan << holy->name(DESC_CAP_THE);
- good_god_holy_being_conversion_speech(chan, holy);
+ good_god_holy_being_attitude_change_speech(chan, holy);
}
holy->attitude = ATT_NEUTRAL;