summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/directn.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 9df4f3000d..4ee98dbd58 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -1416,10 +1416,8 @@ static char find_square( int xps, int yps,
} // end if (direction == 1)
else
{
- /*
- This part checks all eight surrounding squares to find the
- one that leads on to the present square.
- */
+ // This part checks all eight surrounding squares to find the
+ // one that leads on to the present square.
for (i = -1; i < 2; i++)
{
for (j = -1; j < 2; j++)