summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilepick.cc')
-rw-r--r--crawl-ref/source/tilepick.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc
index 7f1a85da12..8b822bab64 100644
--- a/crawl-ref/source/tilepick.cc
+++ b/crawl-ref/source/tilepick.cc
@@ -901,6 +901,8 @@ int tileidx_monster_base(const monsters *mon, bool detected)
return TILEP_MONS_IJYB;
case MONS_GRUM:
return TILEP_MONS_GRUM;
+ case MONS_MENKAURE:
+ return TILEP_MONS_MENKAURE;
case MONS_URUG:
return TILEP_MONS_URUG;
case MONS_EROLCHA: