X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=meshqueue.c;h=24744f310895746d0276110450086ab4c8c776f3;hb=5ff9dbf2dc269135dd6cf59e93b50da73536f35b;hp=6c9f180711258a1a303ab694f9f45c1b76ba7fca;hpb=e13a8c596f2c51ca815773f89fee4f4f4f723f74;p=xonotic%2Fdarkplaces.git diff --git a/meshqueue.c b/meshqueue.c index 6c9f1807..24744f31 100644 --- a/meshqueue.c +++ b/meshqueue.c @@ -31,7 +31,7 @@ void R_MeshQueue_Init(void) meshqueuemempool = Mem_AllocPool("R_MeshQueue", 0, NULL); mq_total = 0; - mqt_total = 1000; + mqt_total = 0; mq_array = NULL; mqt_array = NULL; }