From ca398a84ec096c87596397c75e4eb923d3410611 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 1 Jan 2009 20:42:35 +0000 Subject: Add more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8087 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') 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 -- cgit v1.2.3-54-g00ecf