From 87cb7dadb75c27c10784bc9f894931297a42551e Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 8 Feb 2009 04:22:06 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8975 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index 5794404b02..c9b70e45d0 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -3161,7 +3161,7 @@ static void _rot_inventory_food(long time_delta) // This function is called about every 20 turns. void handle_time(long time_delta) { - // Update all of the corpses, food chunks and potions of blood on + // Update all of the corpses, food chunks, and potions of blood on // the floor. update_corpses(time_delta); -- cgit v1.2.3-54-g00ecf