summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.obj
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/makefile.obj
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/makefile.obj')
-rw-r--r--crawl-ref/source/makefile.obj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.obj b/crawl-ref/source/makefile.obj
index f7fc638b3a..4bf1217c60 100644
--- a/crawl-ref/source/makefile.obj
+++ b/crawl-ref/source/makefile.obj
@@ -51,6 +51,7 @@ l_dgntil.o \
l_dgn_bf.o \
l_file.o \
l_los.o \
+l_mapgrd.o \
l_mapmrk.o \
l_you.o \
los.o \