From b173e9be05d41a2440cdb80299f136166c4f79dc Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 18 Apr 2005 06:47:40 +0000 Subject: [PATCH] changed in_pitch_min and in_pitch_max defaults to -90 and 90 respectively git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5194 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_shared.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vid_shared.c b/vid_shared.c index 2eb39f3a..2160e4b0 100644 --- a/vid_shared.c +++ b/vid_shared.c @@ -73,8 +73,8 @@ cvar_t vid_mouse = {CVAR_SAVE, "vid_mouse", "1"}; cvar_t gl_combine = {CVAR_SAVE, "gl_combine", "1"}; cvar_t gl_finish = {0, "gl_finish", "0"}; -cvar_t in_pitch_min = {0, "in_pitch_min", "-70"}; -cvar_t in_pitch_max = {0, "in_pitch_max", "80"}; +cvar_t in_pitch_min = {0, "in_pitch_min", "-90"}; // quake used -70 +cvar_t in_pitch_max = {0, "in_pitch_max", "90"}; // quake used 80 cvar_t m_filter = {CVAR_SAVE, "m_filter","0"}; -- 2.39.2