summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-27 15:22:34 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-27 15:22:34 +0530
commit5684de7409e72c5ded581455409981cc5786a662 (patch)
tree825362c04803c81562f8d467e05e86ea575ef73e /crawl-ref/source/dungeon.cc
parentec717839b67f5acc52044fca7820df71680f5ff6 (diff)
downloadcrawl-ref-5684de7409e72c5ded581455409981cc5786a662.tar.gz
crawl-ref-5684de7409e72c5ded581455409981cc5786a662.zip
Save Shoals heightmap in level tag, increment tag minor version.
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 53658c2a58..c5f6a788ca 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -975,6 +975,7 @@ void dgn_reset_level()
// Forget level properties.
env.properties.clear();
+ env.heightmap.reset(NULL);
// Set up containers for storing some level generation info.
env.properties[LEVEL_VAULTS_KEY].new_table();