summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-20 16:54:58 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-20 16:57:51 +0200
commita99ad56b2d84c930ee7c0ff4628c96eed1d200dc (patch)
tree9c1dd0b895c0236c6b7ffff078569dab781a8d9a /crawl-ref/source/clua.h
parentdd65128ada0a1e92cebe85f5353113a8427ab043 (diff)
downloadcrawl-ref-a99ad56b2d84c930ee7c0ff4628c96eed1d200dc.tar.gz
crawl-ref-a99ad56b2d84c930ee7c0ff4628c96eed1d200dc.zip
Move grd_lib out of clua.cc into l_mapgrd.cc.
Rest of commit comment only as accurate as my understanding... Renaming from grd to mapgrd to avoid confusion with grd == env.grid: This grd is the maplines-section of a vault definition. Also move mapgrd_lib from clua to dlua since it's only used for dungeon building. clua and dlua need more descriptive names.
Diffstat (limited to 'crawl-ref/source/clua.h')
-rw-r--r--crawl-ref/source/clua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/clua.h b/crawl-ref/source/clua.h
index f98e80076f..bc723c0d90 100644
--- a/crawl-ref/source/clua.h
+++ b/crawl-ref/source/clua.h
@@ -320,7 +320,7 @@ void print_clua_stack();
#define MAP_METATABLE "dgn.mtmap"
#define DEVENT_METATABLE "dgn.devent"
#define MAPMARK_METATABLE "dgn.mapmark"
-#define GRD_METATABLE "dgn.grd"
-#define GRD_COL_METATABLE "dgn.grdcol"
+#define MAPGRD_METATABLE "dgn.mapgrd"
+#define MAPGRD_COL_METATABLE "dgn.mapgrdcol"
#endif