]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_video.c
Add CL_MeshEntities_*, every frame in the client all MESH_ entities are added to...
[xonotic/darkplaces.git] / cl_video.c
index db2302d6e54214328489ebed370022a71645cfb4..bcaa85b1b4e8d4a904f709e4742ebdbe101df49c 100644 (file)
@@ -540,7 +540,7 @@ void CL_DrawVideo(void)
        if (qglPolygonStipple && !scr_stipple.integer && cl_video_stipple.integer)
        {
                GLubyte stipple[128];
-               int i, s, width, parts;
+               int s, width, parts;
        
                s = cl_video_stipple.integer;
                parts = (s & 007);