diff --git a/nq/source/gl_draw.c b/nq/source/gl_draw.c index b77cef8e0..96341dce7 100644 --- a/nq/source/gl_draw.c +++ b/nq/source/gl_draw.c @@ -55,7 +55,6 @@ extern byte *vid_basepal; extern cvar_t *crosshair, *cl_crossx, *cl_crossy, *crosshaircolor, *gl_lightmap_components; - byte *draw_chars; // 8*8 graphic characters qpic_t *draw_disc; qpic_t *draw_backtile; @@ -245,6 +244,7 @@ extern void glrmain_init (void); extern void glrsurf_init (void); extern void GL_TextureMode_f (void); + void Draw_Init (void) { diff --git a/qw/source/gl_draw.c b/qw/source/gl_draw.c index 9ab2d904b..96341dce7 100644 --- a/qw/source/gl_draw.c +++ b/qw/source/gl_draw.c @@ -291,6 +291,7 @@ Draw_Init (void) glrsurf_init (); } + /* Draw_Character8