From 0fe7ae1f3d494d598c37bd897135d028b6121d79 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 2 Jan 2015 21:51:13 -0800 Subject: [PATCH] duplicate proto --- main/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/console.c b/main/console.c index d6ba15cb..fb9f742a 100644 --- a/main/console.c +++ b/main/console.c @@ -935,7 +935,7 @@ void CON_Font(grs_font *font, int fg, int bg) gr_set_current_canvas(canv_save); } -void gr_init_bitmap_alloc( grs_bitmap *bm, int mode, int x, int y, int w, int h, int bytesperline); + /* resizes the console, has to reset alot of stuff * returns 1 on error */ void CON_Resize(int w, int h) -- 2.39.2