git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4904 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bf63109ad3
commit
6f93c5cc95
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ cvar_t lookspring = CVARF("lookspring","0", CVAR_ARCHIVE);
|
||||||
cvar_t lookstrafe = CVARF("lookstrafe","0", CVAR_ARCHIVE);
|
cvar_t lookstrafe = CVARF("lookstrafe","0", CVAR_ARCHIVE);
|
||||||
cvar_t sensitivity = CVARF("sensitivity","10", CVAR_ARCHIVE);
|
cvar_t sensitivity = CVARF("sensitivity","10", CVAR_ARCHIVE);
|
||||||
|
|
||||||
cvar_t cl_staticsounds = CVAR("cl_staticsounds", "1", CVAR_ARCHIVE);
|
cvar_t cl_staticsounds = CVARF("cl_staticsounds", "1", CVAR_ARCHIVE);
|
||||||
|
|
||||||
cvar_t m_pitch = CVARF("m_pitch","0.022", CVAR_ARCHIVE);
|
cvar_t m_pitch = CVARF("m_pitch","0.022", CVAR_ARCHIVE);
|
||||||
cvar_t m_yaw = CVARF("m_yaw","0.022", CVAR_ARCHIVE);
|
cvar_t m_yaw = CVARF("m_yaw","0.022", CVAR_ARCHIVE);
|
||||||
|
|
Loading…
Reference in a new issue