mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 09:02:08 +00:00
Whitespace, mark a 1 line function as inline.
This commit is contained in:
parent
3c6f64b26b
commit
07fb841a49
2 changed files with 1 additions and 2 deletions
|
@ -64,7 +64,6 @@ int alphaskytexture;
|
||||||
qboolean skyloaded = false;
|
qboolean skyloaded = false;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
R_LoadSkys (const char *skyname)
|
R_LoadSkys (const char *skyname)
|
||||||
{
|
{
|
||||||
|
|
|
@ -263,7 +263,7 @@ set_vertex (struct box_def *box, int face, int ind, const vec3_t v)
|
||||||
|
|
||||||
append a vertex to the poly vertex list.
|
append a vertex to the poly vertex list.
|
||||||
*/
|
*/
|
||||||
static void
|
static inline void
|
||||||
add_vertex (struct box_def *box, int face, const vec3_t v)
|
add_vertex (struct box_def *box, int face, const vec3_t v)
|
||||||
{
|
{
|
||||||
set_vertex (box, face, box->face[face].poly.numverts++, v);
|
set_vertex (box, face, box->face[face].poly.numverts++, v);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue