mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
MORE whitespace. Will it never end?
This commit is contained in:
parent
0b0f9ee371
commit
00b798c5b6
1 changed files with 2 additions and 3 deletions
|
@ -102,7 +102,6 @@ vec3_t shadecolor; // Ender (Extend) Colormod
|
||||||
float modelalpha; // Ender (Extend) Alpha
|
float modelalpha; // Ender (Extend) Alpha
|
||||||
|
|
||||||
void R_MarkLeaves (void);
|
void R_MarkLeaves (void);
|
||||||
|
|
||||||
void R_DrawAliasModel (entity_t *e);
|
void R_DrawAliasModel (entity_t *e);
|
||||||
void R_DrawSpriteModel (entity_t *e);
|
void R_DrawSpriteModel (entity_t *e);
|
||||||
|
|
||||||
|
@ -294,11 +293,11 @@ R_SetupFrame (void)
|
||||||
|
|
||||||
c_brush_polys = 0;
|
c_brush_polys = 0;
|
||||||
c_alias_polys = 0;
|
c_alias_polys = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
MYgluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar)
|
MYgluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear,
|
||||||
|
GLdouble zFar)
|
||||||
{
|
{
|
||||||
GLdouble xmin, xmax, ymin, ymax;
|
GLdouble xmin, xmax, ymin, ymax;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue