Whitespace.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-11 19:53:23 +00:00
parent 105d1ee7d9
commit a2b5fe36bb
2 changed files with 2 additions and 1 deletions

View file

@ -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)
{

View file

@ -291,6 +291,7 @@ Draw_Init (void)
glrsurf_init ();
}
/*
Draw_Character8