summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/prebuilt/levcomp.tab.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 22:07:45 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 22:07:45 +0000
commit9b92f3a9ba2ca271cc15186956e4cf4e4be8efe4 (patch)
tree30d6654fc0d2b55440cff1d7cb79315cb7e02b27 /crawl-ref/source/prebuilt/levcomp.tab.cc
parent281255938e3fe3b4489c86eba89ae8da1783c337 (diff)
downloadcrawl-ref-9b92f3a9ba2ca271cc15186956e4cf4e4be8efe4.tar.gz
crawl-ref-9b92f3a9ba2ca271cc15186956e4cf4e4be8efe4.zip
Update level compiler for include changes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7561 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/prebuilt/levcomp.tab.cc')
-rw-r--r--crawl-ref/source/prebuilt/levcomp.tab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/prebuilt/levcomp.tab.cc b/crawl-ref/source/prebuilt/levcomp.tab.cc
index 5e2df165ea..58c0e179b2 100644
--- a/crawl-ref/source/prebuilt/levcomp.tab.cc
+++ b/crawl-ref/source/prebuilt/levcomp.tab.cc
@@ -1979,7 +1979,7 @@ yyreduce:
{
lc_map.main.add(
yylineno,
- make_stringf("floor_colour(\"%s\")",
+ make_stringf("floorcol(\"%s\")",
quote_lua_string((yyvsp[(2) - (2)].text)).c_str()));
}
break;
@@ -1994,7 +1994,7 @@ yyreduce:
{
lc_map.main.add(
yylineno,
- make_stringf("rock_colour(\"%s\")",
+ make_stringf("rockcol(\"%s\")",
quote_lua_string((yyvsp[(2) - (2)].text)).c_str()));
}
break;