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 b7071a0783..bc615905ce 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3508,6 +3508,10 @@ static bool _initialise(void)
if (crawl_state.test)
{
#ifdef DEBUG_DIAGNOSTICS
+#ifdef USE_TILE
+ init_player_doll();
+ tiles.initialise_items();
+#endif
Options.show_more_prompt = false;
crawl_tests::run_tests(true);
// Superfluous, just to make it clear that this is the end of