Fixed a gcc warning
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@596 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e24ddf203f
commit
1d5a68fe88
1 changed files with 4 additions and 1 deletions
|
@ -1104,7 +1104,10 @@ qboolean M_VideoApply (union menuoption_s *op,struct menu_s *menu,int key)
|
|||
void M_Menu_Video_f (void)
|
||||
{
|
||||
extern cvar_t r_stains, v_contrast;
|
||||
extern cvar_t r_bouncysparks, d_smooth;
|
||||
#if defined(SWQUAKE)
|
||||
extern cvar_t d_smooth;
|
||||
#endif
|
||||
extern cvar_t r_bouncysparks;
|
||||
static const char *modenames[128] = {"Custom"};
|
||||
static const char *rendererops[] = {
|
||||
#ifdef SWQUAKE
|
||||
|
|
Loading…
Reference in a new issue