r_dynamic user changable for non-nvidia graphics users with performance issues. Releasing attack key no longer releases +movement.

This commit is contained in:
pierow 2020-07-11 17:28:00 -04:00
parent 606f9765a0
commit 10a602433a

View file

@ -135,6 +135,7 @@ cvar_t *cl_highdetail;
cvar_t *cl_cmhotkeys;
cvar_t *cl_forcedefaultfov;
cvar_t *cl_dynamiclights;
cvar_t *r_dynamic;
cvar_t *cl_buildmessages;
cvar_t *cl_particleinfo;
cvar_t *cl_widescreen;
@ -779,7 +780,7 @@ void IN_AttackUp(void)
{
KeyUp( &in_attack );
in_cancel = 0;
IN_Attack2Up();
//IN_Attack2Up();
}
void IN_AttackDownForced(void)