summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:52:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:52:48 +0000
commit59b0b82d8f9b8c0be8a1ea405c3b4127233e8e18 (patch)
treee0c603b94fb37de3e6827e9f18828676237ecb52 /crawl-ref/source/spells2.cc
parenta8d638664c1066411b026ca06838b169984e078d (diff)
downloadcrawl-ref-59b0b82d8f9b8c0be8a1ea405c3b4127233e8e18.tar.gz
crawl-ref-59b0b82d8f9b8c0be8a1ea405c3b4127233e8e18.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5605 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 0d3ed1ac08..3c0839af46 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -2242,8 +2242,8 @@ bool cast_conjure_ball_lightning(int pow, bool god_gift)
return (success);
}
-bool dancing_weapon(int pow, bool god_gift, bool force_hostile,
- bool quiet_failure)
+bool cast_tukimas_dance(int pow, bool god_gift,
+ bool force_hostile, bool quiet_failure)
{
bool success = true;