summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index 12b4859fcc..8cf4058a91 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -104,6 +104,8 @@ public:
virtual void construct(writer &th);
+ virtual bool transparent() const;
+
protected:
dolls_data m_doll;
};
@@ -818,6 +820,11 @@ void mcache_ghost::construct(writer &th)
marshallDoll(th, m_doll);
}
+bool mcache_ghost::transparent() const
+{
+ return (true);
+}
+
/////////////////////////////////////////////////////////////////////////////
// mcache_demon