summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 18:26:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 18:26:47 +0000
commit4e5a2bc82180c77da55a141b0f723697a7fc7d64 (patch)
treeaa48a5754eabe8aee8ffa6e9a48ce749ceb405cf /crawl-ref/source/view.cc
parentdf11bc9d69cd718dc2c6a4756fbaba648514b91e (diff)
downloadcrawl-ref-4e5a2bc82180c77da55a141b0f723697a7fc7d64.tar.gz
crawl-ref-4e5a2bc82180c77da55a141b0f723697a7fc7d64.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5414 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 97fef59e95..9e5367e852 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -1618,7 +1618,7 @@ void blood_smell( int strength, int blood_x, int blood_y )
}
} // end blood_smell()
-/* The LOS code now uses raycasting -- haranp */
+// The LOS code now uses raycasting -- haranp
#define LONGSIZE (sizeof(unsigned long)*8)
#define LOS_MAX_RANGE_X 9