summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-23 07:47:43 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-23 07:47:43 +0000
commitbb594fc95044847b4835dcc43b9ae3ec726272d8 (patch)
tree719fcc1376919fdaa11d8b8293bf19b7dac029c7 /crawl-ref/source/spells3.cc
parent6b8c7d582477655976fe7f8cc7e69a0e35c740d1 (diff)
downloadcrawl-ref-bb594fc95044847b4835dcc43b9ae3ec726272d8.tar.gz
crawl-ref-bb594fc95044847b4835dcc43b9ae3ec726272d8.zip
Fixed silly comment (Dylan). Does anyone want to keep all the
// end funcname() stuff anyway? Not that I'm plugging my editor or anything. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1344 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 3f7d4691f5..b4e741efff 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -408,7 +408,7 @@ void simulacrum(int power)
mpr( "You need to wield a piece of raw flesh for this spell "
"to be effective!" );
}
-} // end sublimation()
+}
void dancing_weapon(int pow, bool force_hostile)
{