summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index ca7c02b160..be6701534c 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -71,6 +71,7 @@ static void generate_area(unsigned char gx1, unsigned char gy1,
for (j = 0; j < GYM; j++)
{
env.map[i][j] = 0;
+ env.map_col[i][j].clear();
}
}