summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 03:43:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 03:43:21 +0000
commit20435a6543a7245c0f4bc64f85959064cc98abcf (patch)
tree5daa7296bb0f0dfca2c16600946cfaf6b0cb0fd3 /crawl-ref/source
parentd726992a7676750c7845efbe796211d1e562bff8 (diff)
downloadcrawl-ref-20435a6543a7245c0f4bc64f85959064cc98abcf.tar.gz
crawl-ref-20435a6543a7245c0f4bc64f85959064cc98abcf.zip
Clean up.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8640 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index fe5035368e..6a6759e67a 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5613,8 +5613,8 @@ void yred_make_enslaved_soul(monsters *mon, bool force_hostile,
const std::string whose =
player_monster_visible(mon) ? apostrophise(mon->name(DESC_CAP_THE))
: "Its";
+ const bool twisted = coinflip();
int corps = -1;
- bool twisted = coinflip();
// If the monster's held in a net, get it out.
mons_clear_trapping_net(mon);