mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 09:11:06 +00:00
glx now gets to where I can type "quit" without segging
This commit is contained in:
parent
4a7f6dfbde
commit
88b110dd62
3 changed files with 7 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue