summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-08 04:22:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-08 04:22:06 +0000
commit87cb7dadb75c27c10784bc9f894931297a42551e (patch)
treedb37817e5cbb724fe8ff7f3fe662fc884f5ad6e8 /crawl-ref/source/effects.cc
parentf2e0ffdb7384466cc5e96c9418b0f84afc9dbbf9 (diff)
downloadcrawl-ref-87cb7dadb75c27c10784bc9f894931297a42551e.tar.gz
crawl-ref-87cb7dadb75c27c10784bc9f894931297a42551e.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8975 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
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);