summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilefont.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilefont.h')
-rw-r--r--crawl-ref/source/tilefont.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tilefont.h b/crawl-ref/source/tilefont.h
index 8ca50c9d18..8ec1356903 100644
--- a/crawl-ref/source/tilefont.h
+++ b/crawl-ref/source/tilefont.h
@@ -42,7 +42,8 @@ public:
const coord_def &min_pos, const coord_def &max_pos,
unsigned char font_colour, bool drop_shadow = false,
unsigned char box_alpha = 0,
- unsigned char box_colour = 0, unsigned int outline = 0);
+ unsigned char box_colour = 0, unsigned int outline = 0,
+ bool tooltip = false);
// FontBuffer helper functions
void store(FontBuffer &buf, float &x, float &y,