summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgn.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-01-28 09:18:55 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2013-01-28 09:18:55 -0700
commitc402eb312e749e9ba5256bda39bc449369acddc6 (patch)
treed9c1da4002f7494c74c730c20d719d6a43bd3173 /crawl-ref/source/l_dgn.cc
parent6af579311060c05ce8c9b65c73f24bda44e10f54 (diff)
downloadcrawl-ref-c402eb312e749e9ba5256bda39bc449369acddc6.tar.gz
crawl-ref-c402eb312e749e9ba5256bda39bc449369acddc6.zip
De-over-line-length a couple of comments.
...because it's probably my responsiblity to make sure we don't overly mess up the code base.
Diffstat (limited to 'crawl-ref/source/l_dgn.cc')
-rw-r--r--crawl-ref/source/l_dgn.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/l_dgn.cc b/crawl-ref/source/l_dgn.cc
index 8fcf38b851..891ff64df7 100644
--- a/crawl-ref/source/l_dgn.cc
+++ b/crawl-ref/source/l_dgn.cc
@@ -1779,10 +1779,11 @@ LUAFN(_dgn_reuse_map)
// dgn.inspect_map(vplace,x,y)
//
-// You must first have resolved a map to get the vault_placement, using dgn.resolve_map(..).
-// This function will then inspect a coord on that map where <0,0> is the top-left cell and tell you
-// the feature type. This will respect all KFEAT and other map directives; and SUBST and other
-// transformations will have already taken place during resolve_map./
+// You must first have resolved a map to get the vault_placement, using
+// dgn.resolve_map(..). This function will then inspect a coord on that map
+// where <0,0> is the top-left cell and tell you the feature type. This will
+// respect all KFEAT and other map directives; and SUBST and other
+// transformations will have already taken place during resolve_map.
LUAFN(_dgn_inspect_map)
{
if (!lua_isuserdata(ls, 1))