From: cloudwalk Date: Sat, 26 Sep 2020 21:11:34 +0000 (+0000) Subject: view: Apply r_viewmodel_quake even when stationary X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=92b3c7242cd45d3bf87ed2affa103b7c06d150d5;p=xonotic%2Fdarkplaces.git view: Apply r_viewmodel_quake even when stationary git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12946 d7cf8633-e32d-0410-b094-e92efae38249 --- 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);