mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref: _inline -> static
This commit is contained in:
@@ -1891,7 +1891,7 @@ R_StudioDrawNormalMesh
|
||||
generic path
|
||||
===============
|
||||
*/
|
||||
_inline void R_StudioDrawNormalMesh( short *ptricmds, vec3_t *pstudionorms, float s, float t )
|
||||
static void R_StudioDrawNormalMesh( short *ptricmds, vec3_t *pstudionorms, float s, float t )
|
||||
{
|
||||
float *lv;
|
||||
int i;
|
||||
@@ -1924,7 +1924,7 @@ R_StudioDrawNormalMesh
|
||||
generic path
|
||||
===============
|
||||
*/
|
||||
_inline void R_StudioDrawFloatMesh( short *ptricmds, vec3_t *pstudionorms )
|
||||
static void R_StudioDrawFloatMesh( short *ptricmds, vec3_t *pstudionorms )
|
||||
{
|
||||
float *lv;
|
||||
int i;
|
||||
@@ -1956,7 +1956,7 @@ R_StudioDrawNormalMesh
|
||||
generic path
|
||||
===============
|
||||
*/
|
||||
_inline void R_StudioDrawChromeMesh( short *ptricmds, vec3_t *pstudionorms, float s, float t, float scale )
|
||||
static void R_StudioDrawChromeMesh( short *ptricmds, vec3_t *pstudionorms, float s, float t, float scale )
|
||||
{
|
||||
float *lv, *av;
|
||||
int i, idx;
|
||||
|
||||
Reference in New Issue
Block a user