summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 759985b68a..53510a2422 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -4015,6 +4015,10 @@ static bool _initialise(void)
init_monster_symbols();
#endif
+#ifdef USE_TILE
+ tiles.resize();
+#endif
+
draw_border();
new_level();
update_turn_count();