summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-01 20:42:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-01 20:42:35 +0000
commitca398a84ec096c87596397c75e4eb923d3410611 (patch)
treea3571193bd8818f9232e298b7989177c46866722 /crawl-ref/source/spells2.cc
parent25c9c865c5b38e10cb8212d8ce35cce6d3f648b1 (diff)
downloadcrawl-ref-ca398a84ec096c87596397c75e4eb923d3410611.tar.gz
crawl-ref-ca398a84ec096c87596397c75e4eb923d3410611.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8087 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index f67085a98f..e5b2125ef1 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -235,7 +235,7 @@ int corpse_rot(int pow)
{
if (si->base_type == OBJ_CORPSES && si->sub_type == CORPSE_BODY)
{
- // Found a corpse. Skeletonise it if possible.
+ // Found a corpse. Skeletonise it if possible.
if (!mons_skeleton(si->plus))
destroy_item(si->index());
else