From 59f05285152ae60a502d760ee009601f719ad607 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 6 Mar 2005 11:35:38 +0000 Subject: [PATCH] variable declaration after function call... oops git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5032 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_rsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2