summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/show.cc')
-rw-r--r--crawl-ref/source/show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/show.cc b/crawl-ref/source/show.cc
index cc040dd408..2e25971d37 100644
--- a/crawl-ref/source/show.cc
+++ b/crawl-ref/source/show.cc
@@ -302,7 +302,7 @@ void show_def::_update_monster(const monsters* mons)
grid(e).cls = SH_MONSTER;
grid(e).mons = mons->type;
- grid(e).colour = get_mons_colour(mons);
+ grid(e).colour = get_mons_glyph(mons).col;
#ifdef USE_TILE
tile_place_monster(mons->pos().x, mons->pos().y, mons->mindex(), true);