]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - meshqueue.c
start of "dpdefs", QC files that define all current DP features
[xonotic/darkplaces.git] / meshqueue.c
index 7d5a9c3aacf4d35ea80c0b1713604886d68a8b1e..a5510be722631f7b7d196e555dff081c8027ad1f 100644 (file)
@@ -61,7 +61,7 @@ void R_MeshQueue_RenderTransparent(void)
        const rtlight_t *rtlight;
        void (*callback)(const entity_render_t *ent, const rtlight_t *rtlight, int numsurfaces, int *surfaceindices);
        meshqueue_t *mqt;
-       meshqueue_t *hash[4096], **hashpointer[4096];
+       static meshqueue_t *hash[4096], **hashpointer[4096];
        int batchsurfaceindex[256];
        if (!mqt_count)
                return;