mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Whitespace.
This commit is contained in:
parent
105d1ee7d9
commit
a2b5fe36bb
2 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,6 @@ extern byte *vid_basepal;
|
||||||
extern cvar_t *crosshair, *cl_crossx, *cl_crossy, *crosshaircolor,
|
extern cvar_t *crosshair, *cl_crossx, *cl_crossy, *crosshaircolor,
|
||||||
*gl_lightmap_components;
|
*gl_lightmap_components;
|
||||||
|
|
||||||
|
|
||||||
byte *draw_chars; // 8*8 graphic characters
|
byte *draw_chars; // 8*8 graphic characters
|
||||||
qpic_t *draw_disc;
|
qpic_t *draw_disc;
|
||||||
qpic_t *draw_backtile;
|
qpic_t *draw_backtile;
|
||||||
|
@ -245,6 +244,7 @@ extern void glrmain_init (void);
|
||||||
extern void glrsurf_init (void);
|
extern void glrsurf_init (void);
|
||||||
extern void GL_TextureMode_f (void);
|
extern void GL_TextureMode_f (void);
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Draw_Init (void)
|
Draw_Init (void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -291,6 +291,7 @@ Draw_Init (void)
|
||||||
glrsurf_init ();
|
glrsurf_init ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Draw_Character8
|
Draw_Character8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue