mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
gl_sky.c, r_alias.c, r_part.c, r_world.c: added newline at the end of the files.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@24 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
7411fe1a24
commit
d857aff0f3
4 changed files with 6 additions and 4 deletions
|
@ -1007,4 +1007,4 @@ void Sky_DrawSky (void)
|
|||
}
|
||||
|
||||
Fog_EnableGFog ();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -728,4 +728,5 @@ void R_DrawAliasModel_ShowTris (entity_t *e)
|
|||
GL_DrawAliasFrame (paliashdr, lerpdata);
|
||||
|
||||
glPopMatrix ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1002,4 +1002,5 @@ void R_DrawParticles_ShowTris (void)
|
|||
}
|
||||
glEnd ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -744,4 +744,4 @@ fullbrights:
|
|||
glDisable (GL_BLEND);
|
||||
glDepthMask (GL_TRUE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue