From d20d480bdf833c020f3a0b96af159914a5508c3c Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 15 Mar 2007 08:34:05 +0000 Subject: [PATCH] made cl_bob 0 also disable cl_bobmodel git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6974 d7cf8633-e32d-0410-b094-e92efae38249 --- view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.c b/view.c index 97ba0154..f6e5ae66 100644 --- a/view.c +++ b/view.c @@ -447,7 +447,7 @@ void V_CalcRefdef (void) VectorCopy(vieworg, gunorg); - if (cl_bobmodel.value) + if (cl_bob.value && cl_bobmodel.value) { // calculate for swinging gun model // the gun bobs when running on the ground, but doesn't bob when you're in the air. -- 2.39.2