From: havoc Date: Fri, 31 Jan 2003 07:24:12 +0000 (+0000) Subject: limited pitch range to that of quake X-Git-Tag: xonotic-v0.1.0preview~6781 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=6e76229122cf43bbeb0427fcb16dab8de3d490b5;p=xonotic%2Fdarkplaces.git limited pitch range to that of quake git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2722 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_shared.c b/vid_shared.c index 24bb5d62..1bfff451 100644 --- a/vid_shared.c +++ b/vid_shared.c @@ -40,8 +40,8 @@ cvar_t vid_stencil = {CVAR_SAVE, "vid_stencil", "0"}; cvar_t vid_mouse = {CVAR_SAVE, "vid_mouse", "1"}; cvar_t gl_combine = {0, "gl_combine", "1"}; -cvar_t in_pitch_min = {0, "in_pitch_min", "-90"}; -cvar_t in_pitch_max = {0, "in_pitch_max", "90"}; +cvar_t in_pitch_min = {0, "in_pitch_min", "-70"}; +cvar_t in_pitch_max = {0, "in_pitch_max", "80"}; cvar_t m_filter = {CVAR_SAVE, "m_filter","0"};