From: havoc Date: Tue, 17 Jun 2008 10:17:04 +0000 (+0000) Subject: hush a warning in Dev-C++ X-Git-Tag: xonotic-v0.1.0preview~2211 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=22bcfb90ebfcbb85522d6cbbe426ed57f9e2cebf;p=xonotic%2Fdarkplaces.git hush a warning in Dev-C++ git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8363 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_rsurf.c b/gl_rsurf.c index 586219e5..d14cc1fb 100644 --- a/gl_rsurf.c +++ b/gl_rsurf.c @@ -1119,6 +1119,7 @@ void R_Q1BSP_DrawLight(entity_render_t *ent, int numsurfaces, const int *surface } batchnumtriangles = 0; batchfirsttriangle = surface->num_firsttriangle; + m = 0; // hush warning for (l = k;l < kend;l++) { surface = batchsurfacelist[l];