From: divverent Date: Mon, 14 Nov 2011 21:22:06 +0000 (+0000) Subject: fix another bug in grounded V_CalcRefDef X-Git-Tag: xonotic-v0.6.0~163^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9b74aa42ccbe076796426f8c131cf3efce2ee2e2;p=xonotic%2Fdarkplaces.git fix another bug in grounded V_CalcRefDef git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11559 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/view.c b/view.c index d42a728f..e5bdad59 100644 --- a/view.c +++ b/view.c @@ -838,6 +838,7 @@ void V_CalcRefdef (void) { viewmodelmatrix_nobob = identitymatrix; viewmodelmatrix_withbob = identitymatrix; + cl.csqc_viewmodelmatrixfromengine = identitymatrix; r_refdef.view.matrix = identitymatrix; VectorClear(cl.csqc_vieworiginfromengine); VectorCopy(cl.viewangles, cl.csqc_viewanglesfromengine);