From: divverent Date: Mon, 9 Nov 2009 08:34:31 +0000 (+0000) Subject: fix typo X-Git-Tag: xonotic-v0.1.0preview~1181 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=ff975fc1a3f97bc19ef3a4b95c45f2136b188c59 fix typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9461 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_main.c b/cl_main.c index 8d3468ea..189eddad 100644 --- a/cl_main.c +++ b/cl_main.c @@ -919,7 +919,7 @@ void CL_UpdateNetworkEntity(entity_t *e, int recursionlimit, qboolean interpolat e->render.flags |= t->render.flags & (RENDER_EXTERIORMODEL | RENDER_VIEWMODEL); // if a valid tagindex is used, make it relative to that tag instead // FIXME: use a model function to get tag info (need to handle skeletal) - if (e->state_current.tagentity && e->state_current.tagindex >= 1 && e->render.model) + if (e->state_current.tagentity && e->state_current.tagindex >= 1 && t->render.model) { if(!CL_BlendTagMatrix(&t->render, e->state_current.tagindex - 1, &blendmatrix)) // i.e. no error {