Whitespace, mark a 1 line function as inline.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-01-04 03:25:30 +00:00
parent 3c6f64b26b
commit 07fb841a49
2 changed files with 1 additions and 2 deletions

View file

@ -64,7 +64,6 @@ int alphaskytexture;
qboolean skyloaded = false;
void
R_LoadSkys (const char *skyname)
{

View file

@ -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);