1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2004-12-09 23:34:24 +00:00
parent e24ddf203f
commit 1d5a68fe88

View file

@ -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