Compile fixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5145 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d9cc3030cd
commit
a08564bbb3
2 changed files with 2 additions and 1 deletions
|
@ -646,6 +646,7 @@ extern cvar_t gl_playermip;
|
||||||
extern cvar_t r_lightmap_saturation;
|
extern cvar_t r_lightmap_saturation;
|
||||||
|
|
||||||
extern cvar_t r_meshpitch;
|
extern cvar_t r_meshpitch;
|
||||||
|
extern cvar_t vid_hardwaregamma;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
RSPEED_TOTALREFRESH,
|
RSPEED_TOTALREFRESH,
|
||||||
|
|
|
@ -319,6 +319,7 @@ void World_ClearWorld_Nodes (world_t *w, qboolean relink)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USEAREAGRID
|
#ifdef USEAREAGRID
|
||||||
static void World_ClearWorld_AreaGrid (world_t *w, qboolean relink)
|
static void World_ClearWorld_AreaGrid (world_t *w, qboolean relink)
|
||||||
|
@ -401,7 +402,6 @@ void World_ClearWorld (world_t *w, qboolean relink)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
#if !defined(USEAREAGRID)
|
#if !defined(USEAREAGRID)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue