summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index 9bb23170ac..b44612ec40 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -19,11 +19,9 @@ unsigned get_screen_glyph( const coord_def &p );
int get_mons_colour(const monsters *mons);
unsigned grid_character_at(const coord_def &c);
-unsigned get_symbol(show_type object, bool magic_mapped);
void get_symbol(const coord_def& where,
show_type object, unsigned *ch,
- unsigned short *colour,
- bool magic_mapped = false);
+ unsigned short *colour);
void get_show_symbol(show_type object, unsigned *ch, unsigned short *colour);
#endif