summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-27 11:10:13 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-27 11:10:13 +0000
commit5d0c0426d72ca2d47dc0ea21721f18e052978c24 (patch)
tree9b2e394a7def9cef61f6d264fa3e2fbe1ee54e58 /crawl-ref/source/mapdef.cc
parenta5f48b90bfa5f11717385652e57aca472c8b38b7 (diff)
downloadcrawl-ref-5d0c0426d72ca2d47dc0ea21721f18e052978c24.tar.gz
crawl-ref-5d0c0426d72ca2d47dc0ea21721f18e052978c24.zip
Updated level-design.txt for COLOUR.
Fixed map_lines::clear() not cleaning colour overlay. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2228 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 36579eda2d..7fdd14cb08 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -802,6 +802,7 @@ void map_lines::clear()
clear_transforms();
clear_markers();
lines.clear();
+ colour_overlay.reset(NULL);
map_width = 0;
solid_checked = false;
}