summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:41:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:41:15 +0000
commitcc51da7ff0cb08088672b6ee566671a08b2105d9 (patch)
treeb155708c5bbf2289c7f71aa1ff66cc68ce8cc95a /crawl-ref/source/spl-cast.cc
parent2ee723e7da2ea33a2eb8064e0e0214aad1c585af (diff)
downloadcrawl-ref-cc51da7ff0cb08088672b6ee566671a08b2105d9.tar.gz
crawl-ref-cc51da7ff0cb08088672b6ee566671a08b2105d9.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5609 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 1f83f24aa7..a5f3dc0798 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1585,7 +1585,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
break;
case SPELL_TWISTED_RESURRECTION:
- cast_twisted_resurrection(powc, BEH_FRIENDLY, you.pet_target);
+ cast_twisted_resurrection(powc);
break;
case SPELL_REGENERATION: