engine: server: unused variables cleanup
This commit is contained in:
parent
3bf55c9ea4
commit
0c512d0431
2 changed files with 1 additions and 3 deletions
|
@ -36,7 +36,7 @@ static void SV_SourceQuery_Details( netadr_t from )
|
||||||
{
|
{
|
||||||
sizebuf_t buf;
|
sizebuf_t buf;
|
||||||
char answer[2048];
|
char answer[2048];
|
||||||
int i, bot_count, client_count;
|
int bot_count, client_count;
|
||||||
int is_private = 0;
|
int is_private = 0;
|
||||||
|
|
||||||
SV_GetPlayerCount( &client_count, &bot_count );
|
SV_GetPlayerCount( &client_count, &bot_count );
|
||||||
|
|
|
@ -1475,7 +1475,6 @@ static qboolean SV_RecursiveLightPoint( model_t *model, mnode_t *node, const vec
|
||||||
float ds, dt, s, t;
|
float ds, dt, s, t;
|
||||||
int sample_size;
|
int sample_size;
|
||||||
msurface_t *surf;
|
msurface_t *surf;
|
||||||
mtexinfo_t *tex;
|
|
||||||
mextrasurf_t *info;
|
mextrasurf_t *info;
|
||||||
color24 *lm;
|
color24 *lm;
|
||||||
vec3_t mid;
|
vec3_t mid;
|
||||||
|
@ -1510,7 +1509,6 @@ static qboolean SV_RecursiveLightPoint( model_t *model, mnode_t *node, const vec
|
||||||
{
|
{
|
||||||
int smax, tmax;
|
int smax, tmax;
|
||||||
|
|
||||||
tex = surf->texinfo;
|
|
||||||
info = surf->info;
|
info = surf->info;
|
||||||
|
|
||||||
if( FBitSet( surf->flags, SURF_DRAWTILED ))
|
if( FBitSet( surf->flags, SURF_DRAWTILED ))
|
||||||
|
|
Loading…
Add table
Reference in a new issue