From 5d406217b4fc60f8c4da10d65d3f14fd5cad1adf Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 8 Jan 2009 01:28:53 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8316 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 2bfc5332ea..24860fc899 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -370,7 +370,7 @@ int place_monster_corpse(const monsters *monster, bool silent, const int corpse_class = fill_out_corpse(monster, corpse); // Don't place a corpse? If a zombified monster is somehow capable - // of leaving a corpse then always place it. + // of leaving a corpse, then always place it. if (mons_class_is_zombified(monster->type)) force = true; -- cgit v1.2.3-54-g00ecf