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:
Spoike 2017-08-29 04:46:53 +00:00
parent d9cc3030cd
commit a08564bbb3
2 changed files with 2 additions and 1 deletions

View File

@ -646,6 +646,7 @@ extern cvar_t gl_playermip;
extern cvar_t r_lightmap_saturation;
extern cvar_t r_meshpitch;
extern cvar_t vid_hardwaregamma;
enum {
RSPEED_TOTALREFRESH,

View File

@ -319,6 +319,7 @@ void World_ClearWorld_Nodes (world_t *w, qboolean relink)
}
#endif
}
#endif
#ifdef USEAREAGRID
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)
/*