mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
fix to viewshift (rid# 1089460)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1111 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c920170d2a
commit
96b1f8e9f0
1 changed files with 1 additions and 0 deletions
|
@ -1616,6 +1616,7 @@ void V_Init (void)
|
|||
Cvar_Register (&v_kickpitch, VIEWVARS);
|
||||
|
||||
Cvar_Register (&v_idlescale, VIEWVARS);
|
||||
Cvar_Register (&v_deathtilt, VIEWVARS);
|
||||
|
||||
#ifdef SIDEVIEWS
|
||||
#define SECONDARYVIEWVARS "Secondary view vars"
|
||||
|
|
Loading…
Reference in a new issue