summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-11 19:59:41 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-11 19:59:41 +0000
commit260284a5ad0dbc2448bb3f5dd80ea0efb9daef42 (patch)
tree038af501831e73c626e2e879a092ee5cd8b6c8c2 /crawl-ref/source/acr.cc
parent6ff6324e1225d17c1911efda0853ae032546cb91 (diff)
downloadcrawl-ref-260284a5ad0dbc2448bb3f5dd80ea0efb9daef42.tar.gz
crawl-ref-260284a5ad0dbc2448bb3f5dd80ea0efb9daef42.zip
[2467406] Improving tiles screen layout.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8414 c06c8d41-db1a-0410-9941-cceddc491573
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();