From: havoc Date: Sun, 6 Mar 2005 11:35:38 +0000 (+0000) Subject: variable declaration after function call... oops X-Git-Tag: xonotic-v0.1.0preview~5136 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=59f05285152ae60a502d760ee009601f719ad607;p=xonotic%2Fdarkplaces.git variable declaration after function call... oops git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5032 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_rsurf.c b/gl_rsurf.c index 5114da7c..31d4a4f8 100644 --- a/gl_rsurf.c +++ b/gl_rsurf.c @@ -924,8 +924,8 @@ void R_DrawSurfaceList(entity_render_t *ent, texture_t *texture, int texturenums { int texturesurfaceindex; vec3_t center, modelorg; - Matrix4x4_Transform(&ent->inversematrix, r_vieworigin, modelorg); rmeshstate_t m; + Matrix4x4_Transform(&ent->inversematrix, r_vieworigin, modelorg); if (gl_lightmaps.integer) { GL_BlendFunc(GL_ONE, GL_ZERO);