summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 21:55:31 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-17 21:55:31 +0000
commit8d9984e539ff4b7ff3153c56cba5c93a22466002 (patch)
tree91b2bf8a3c002934b3a1f76aec3b416bd03126f6 /crawl-ref/source/acr.cc
parentffc01fc2ab93c98ddf41adf541cf9323b8d457bd (diff)
downloadcrawl-ref-8d9984e539ff4b7ff3153c56cba5c93a22466002.tar.gz
crawl-ref-8d9984e539ff4b7ff3153c56cba5c93a22466002.zip
[2483963] Really fix minimap issues after save/reload.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8513 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index fd66426c56..ba1fe4b933 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -4054,6 +4054,8 @@ static bool _initialise(void)
#ifdef USE_TILE
tiles.initialise_items();
+ // Must re-run as the feature table wasn't initialized yet.
+ TileNewLevel(newc);
#endif
set_cursor_enabled(false);