From ff975fc1a3f97bc19ef3a4b95c45f2136b188c59 Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 9 Nov 2009 08:34:31 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9461 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2