summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 19:14:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 19:14:15 +0000
commita40e94b9235abcdde3361b72e061558083f95288 (patch)
tree4461e84432ffe6e690fb7beb6a16a99c002a2fac /crawl-ref/source/monstuff.cc
parent7b1eb1adab5b8e3b6a93150202b47407dc1e62c9 (diff)
downloadcrawl-ref-a40e94b9235abcdde3361b72e061558083f95288.tar.gz
crawl-ref-a40e94b9235abcdde3361b72e061558083f95288.zip
Fix compilation (oops).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10334 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 3d4bdb34b7..e4e2747aa7 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -828,13 +828,13 @@ static bool _slime_vault_to_glass(bool silent)
if (silenced(you.pos()))
{
- god_speaks("With an infernal shudder, the power ruling this place "
- "vanishes!", GOD_JIYVA);
+ god_speaks(GOD_JIYVA, "With an infernal shudder, the power ruling "
+ "this place vanishes!");
}
else
{
- god_speaks("With infernal noise, the power ruling this place "
- "vanishes!", GOD_JIYVA);
+ god_speaks(GOD_JIYVA, "With infernal noise, the power ruling this "
+ "place vanishes!");
}
return (true);