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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index db70462af0..9bb23170ac 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -19,7 +19,7 @@ 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 = false);
+unsigned get_symbol(show_type object, bool magic_mapped);
void get_symbol(const coord_def& where,
show_type object, unsigned *ch,
unsigned short *colour,