mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Do not register cl_backspeed, cl_forwardspeed as it causes HW crash
This commit is contained in:
parent
b80bf2a51b
commit
e9363ae28b
3 changed files with 2 additions and 2 deletions
BIN
nzportable.3dsx
BIN
nzportable.3dsx
Binary file not shown.
BIN
nzportable.elf
BIN
nzportable.elf
Binary file not shown.
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue