From c4e1c624f2002d517a30fee8e2413da2ccb8981e Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 12 May 2008 02:26:32 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5012 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/directn.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/directn.cc') 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++) -- cgit v1.2.3-54-g00ecf