Do not register cl_backspeed, cl_forwardspeed as it causes HW crash

This commit is contained in:
Ryan Baldwin 2022-07-02 02:06:04 -07:00
parent b80bf2a51b
commit e9363ae28b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -735,8 +735,8 @@ void CL_Init (void)
Cvar_RegisterVariable (&cl_name);
Cvar_RegisterVariable (&cl_color);
Cvar_RegisterVariable (&cl_upspeed);
Cvar_RegisterVariable (&cl_backspeed);
Cvar_RegisterVariable (&cl_forwardspeed);
//Cvar_RegisterVariable (&cl_backspeed);
//Cvar_RegisterVariable (&cl_forwardspeed);
Cvar_RegisterVariable (&cl_movespeedkey);
Cvar_RegisterVariable (&cl_yawspeed);
Cvar_RegisterVariable (&cl_pitchspeed);