glx now gets to where I can type "quit" without segging

This commit is contained in:
Bill Currie 2000-05-16 07:31:03 +00:00
parent 4a7f6dfbde
commit 88b110dd62
3 changed files with 7 additions and 3 deletions

View file

@ -111,6 +111,8 @@ cvar_t *cl_crossy;
CVAR_FIXME */
cvar_t *v_contentblend;
cvar_t *gl_cshiftpercent;
float v_dmg_time, v_dmg_roll, v_dmg_pitch;
extern int in_forward, in_forward2, in_back;
@ -1008,6 +1010,8 @@ void V_Init (void)
CVAR_FIXME */
v_kickpitch = Cvar_Get("v_kickpitch", "0.6", CVAR_NONE, "None");
gl_cshiftpercent = Cvar_Get("gl_cshiftpercent", "100", CVAR_NONE, "None");
BuildGammaTable (1.0); // no gamma yet
/* Cvar_RegisterVariable (&v_gamma);
CVAR_FIXME */