|
From: <gi...@cr...> - 2012-02-27 19:20:33
|
via d5d158e38a12b9d1c37f48756e3325248cdc289a (commit)
from a43d331d0bf458ca50df210ecb97541b30d2ccb8 (commit)
-----------------------------------------------------------------------
commit d5d158e38a12b9d1c37f48756e3325248cdc289a
Author: David Lawrence Ramsey <dol...@us...>
Date: Mon Feb 27 13:19:54 2012 -0600
Comment fix.
-----------------------------------------------------------------------
Summary of changes:
crawl-ref/source/decks.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 080dae7..b9b7640 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -2209,7 +2209,7 @@ static void _deepen_water(const coord_def& center, int radius)
{
for (radius_iterator ri(center, radius, false); ri; ++ri)
{
- // FIXME The iteration shouldn't affect the later squares in the
+ // FIXME: The iteration shouldn't affect the later squares in the
// same iteration, i.e., a newly-flooded square shouldn't count
// in the decision as to whether to make the next square flooded.
const coord_def p = *ri;
--
Dungeon Crawl Stone Soup
|