summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-09-06 21:09:46 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-09-07 00:00:26 +0200
commit1e27f6ea3664928857b26060f94d8626c2b5f5fc (patch)
tree1f93e91cec89ec33eed95a500e068a9315c906ed /crawl-ref/source/showsymb.h
parent1ed98ade4916f3e06b01ac805694636335ea377a (diff)
downloadcrawl-ref-1e27f6ea3664928857b26060f94d8626c2b5f5fc.tar.gz
crawl-ref-1e27f6ea3664928857b26060f94d8626c2b5f5fc.zip
Allow redefining known mimics glyph with the mon_glyph option (#3637).
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index d0fb24ff2e..1ff24ef6ec 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -21,7 +21,7 @@ std::string glyph_to_tagstr(const glyph& g);
ucs_t get_feat_symbol(dungeon_feature_type feat);
ucs_t get_item_symbol(show_item_type it);
glyph get_item_glyph(const item_def *item);
-glyph get_mons_glyph(const monster_info& mi, bool realcol=true);
+glyph get_mons_glyph(const monster_info& mi);
show_class get_cell_show_class(const map_cell& cell, bool only_stationary_monsters = false);
glyph get_cell_glyph(const coord_def& loc, bool only_stationary_monsters = false, int color_mode = 0);