mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
r_dynamic user changable for non-nvidia graphics users with performance issues. Releasing attack key no longer releases +movement.
This commit is contained in:
parent
606f9765a0
commit
10a602433a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue