summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.ypp
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/util/levcomp.ypp')
-rw-r--r--crawl-ref/source/util/levcomp.ypp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/levcomp.ypp b/crawl-ref/source/util/levcomp.ypp
index 3567083a4a..1aa82e25b1 100644
--- a/crawl-ref/source/util/levcomp.ypp
+++ b/crawl-ref/source/util/levcomp.ypp
@@ -589,7 +589,7 @@ map_lines : map_lines map_line
map_line : MAP_LINE
{
- lc_map.main.add(
+ lc_map.mapchunk.add(
yylineno,
make_stringf("map(\"%s\")",
quote_lua_string($1).c_str()));