summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-04 23:47:15 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-04 23:47:15 +0000
commit828bd177e94abd0eebfec69e15fd04125e8f8c1a (patch)
tree83b5cb0b4677e4f744365bb8794d02bed6b25f18 /crawl-ref/source/monplace.h
parenta7bf0d48fb863282d7d93209505b518fd507285b (diff)
downloadcrawl-ref-828bd177e94abd0eebfec69e15fd04125e8f8c1a.tar.gz
crawl-ref-828bd177e94abd0eebfec69e15fd04125e8f8c1a.zip
Add comments for the labyrinth changes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7388 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index ac87a555f3..0539686f95 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -342,7 +342,7 @@ protected:
// Our destination, and the current position we're looking at.
coord_def start, target, pos;
- // Do not move diagonally along the path.
+ // If false, do not move diagonally along the path.
bool allow_diagonals;
// Maximum range to search between start and target. None, if zero.