]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Merged r_particles.c back into cl_particles.c to reduce overhead (renderparticle...
[xonotic/darkplaces.git] / client.h
index 2b7505c2dd70bf99f415ba6d4227738a8f620c7d..64e9bec6d942674f4bf82c0127880e7e967293a3 100644 (file)
--- a/client.h
+++ b/client.h
@@ -435,6 +435,7 @@ void CL_InitTEnts (void);
 #define PARTICLE_UPRIGHT_FACING 2
 #define PARTICLE_ORIENTED_DOUBLESIDED 3
 
+/*
 typedef struct renderparticle_s
 {
        int tex;
@@ -448,6 +449,7 @@ typedef struct renderparticle_s
        float color[4];
 }
 renderparticle_t;
+*/
 
 void CL_Particles_Clear(void);
 void CL_Particles_Init(void);
@@ -504,8 +506,8 @@ typedef struct
        int numentities;
        entity_render_t **entities;
 
-       int numparticles;
-       struct renderparticle_s *particles;
+       //int numparticles;
+       //struct renderparticle_s *particles;
 
        qbyte drawqueue[MAX_DRAWQUEUE];
        int drawqueuesize;