summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 08b8c9ce01..c573acfb6c 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3744,7 +3744,9 @@ void monsters::slow_down(int strength)
void monsters::set_ghost(const ghost_demon &g)
{
+#ifdef USE_TILE
TileGhostInit(g);
+#endif
ghost.reset( new ghost_demon(g) );
}