diff --git a/recovery/graphics.c b/recovery/graphics.c index 6d60b27..addf578 100644 --- a/recovery/graphics.c +++ b/recovery/graphics.c @@ -205,7 +205,7 @@ void gr_font_size(int *x, int *y) *y = gr_font->cheight; } -int gr_text(int x, int y, const char *s) +int gr_text(int x, int y, const char *s, int bold) { GGLContext *gl = gr_context; GRFont *font = gr_font;