From: havoc Date: Thu, 15 Mar 2007 08:34:05 +0000 (+0000) Subject: made cl_bob 0 also disable cl_bobmodel X-Git-Tag: xonotic-v0.1.0preview~3442 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d20d480bdf833c020f3a0b96af159914a5508c3c;p=xonotic%2Fdarkplaces.git made cl_bob 0 also disable cl_bobmodel git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6974 d7cf8633-e32d-0410-b094-e92efae38249 --- 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.