summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-12 02:26:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-12 02:26:32 +0000
commitc4e1c624f2002d517a30fee8e2413da2ccb8981e (patch)
tree20a57953126666a70baff3e01011b432c67ab98a /crawl-ref/source/directn.cc
parent3a14e65233cfeed1582d6eb296de8f802bce4c13 (diff)
downloadcrawl-ref-c4e1c624f2002d517a30fee8e2413da2ccb8981e.tar.gz
crawl-ref-c4e1c624f2002d517a30fee8e2413da2ccb8981e.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5012 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/directn.cc')
-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++)