summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-04 15:39:17 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-04 15:39:17 +0000
commit831eb7a1814410a7f71e2d4cdc2b685f70b46a33 (patch)
tree4363f8a00711431b0757cd348134f7205f7d6568 /crawl-ref/source/util
parent40e2d7d94c4dff6c8e9a0b31139d86adcbb91e7c (diff)
downloadcrawl-ref-831eb7a1814410a7f71e2d4cdc2b685f70b46a33.tar.gz
crawl-ref-831eb7a1814410a7f71e2d4cdc2b685f70b46a33.zip
[1767432] Fixed labyrinth with sealed exit.
Increased minimum distance of labyrinth entrance from center. Fixed gly_point() not working correctly because map transforms were not applied. Fixed lexer ignoring (and echoing) newlines on marker continuation lines. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1963 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/util')
-rw-r--r--crawl-ref/source/util/levcomp.lpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/util/levcomp.lpp b/crawl-ref/source/util/levcomp.lpp
index f831de576a..c86d4d9396 100644
--- a/crawl-ref/source/util/levcomp.lpp
+++ b/crawl-ref/source/util/levcomp.lpp
@@ -169,6 +169,7 @@ NSPACE [^\ \t\r\n]
settext();
return STRING;
}
+<TOEOL>\r?\n ;
^[ \t]*#.* ;