From 92b3c7242cd45d3bf87ed2affa103b7c06d150d5 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Sat, 26 Sep 2020 21:11:34 +0000 Subject: [PATCH] view: Apply r_viewmodel_quake even when stationary git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12946 d7cf8633-e32d-0410-b094-e92efae38249 --- view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.c b/view.c index de2c471c..7c70c058 100644 --- a/view.c +++ b/view.c @@ -847,7 +847,7 @@ void V_CalcRefdefUsing (const matrix4x4_t *entrendermatrix, const vec3_t clviewa } // gun model bobbing code - if (cl_bobmodel.value && bob) + if (cl_bobmodel.value) { vec3_t forward, right, up; AngleVectors (gunangles, forward, right, up); -- 2.39.2