mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +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;
|
||||
|
||||
|
||||
|
||||
void
|
||||
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.
|
||||
*/
|
||||
static void
|
||||
static inline void
|
||||
add_vertex (struct box_def *box, int face, const vec3_t v)
|
||||
{
|
||||
set_vertex (box, face, box->face[face].poly.numverts++, v);
|
||||
|
|
Loading…
Reference in a new issue