summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index b6ef053e0d..e4af037825 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2135,6 +2135,7 @@ void forget_map(unsigned char chance_forgotten)
if (random2(100) < chance_forgotten)
{
env.map[xcount][ycount] = 0;
+ env.map_col[xcount][ycount].clear();
}
}
}