]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
change flag trail matthiaskrgr/stable
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 23 Aug 2017 15:39:19 +0000 (17:39 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Tue, 10 Oct 2017 22:21:47 +0000 (00:21 +0200)
cl_particles.c

index a18d31ebedd55e27a5abdeddc29dbd78ff70f96d..84c26b85b693ec75d972e9799069b25a38fe99f5 100644 (file)
@@ -1435,7 +1435,9 @@ static void CL_ParticleEffect_Fallback(int effectnameindex, float count, const v
                                        CL_NewParticle(center, pt_static, 0x283880, 0x283880, tex_particle, 4, 0, 255, 1024, 0, 0, pos[0], pos[1], pos[2], 0, 0, 0, 0, 0, 0, 16, true, 0, 1, PBLEND_ADD, PARTICLE_BILLBOARD, -1, -1, -1, 1, 1, 0, 0, NULL);
                                }
                                else if (effectnameindex == EFFECT_TR_GLOWTRAIL)
-                                       CL_NewParticle(center, pt_alphastatic, particlepalette[palettecolor], particlepalette[palettecolor], tex_particle, 5, 0, 128, 320, 0, 0, pos[0], pos[1], pos[2], 0, 0, 0, 0, 0, 0, 0, true, 0, 1, PBLEND_ALPHA, PARTICLE_BILLBOARD, -1, -1, -1, 1, 1, 0, 0, NULL);
+                                       CL_NewParticle(center,                      pt_alphastatic, particlepalette[palettecolor], particlepalette[palettecolor], tex_particle, 3,           0,                 128,          120, 0, 0, pos[0], pos[1], pos[2], 0, 0, 0, 0, 0, 0, 0, true, 0, 1, PBLEND_ALPHA, PARTICLE_BILLBOARD, -1, -1, -1, 1, 1, 0, 0, NULL);
+   //   particle_t *CL_NewParticle(const vec3_t sortorigin, unsigned short ptypeindex, int pcolor1,                              int pcolor2, int ptex,   float psize, float psizeincrease, float palpha, float palphafade, float pgravity, float pbounce, float px, float py, float pz, float pvx, float pvy, float pvz, float pairfriction, float pliquidfriction, float originjitter, float velocityjitter, qboolean pqualityreduction, float lifetime, float stretch, pblend_t blendmode, porientation_t orientation, int staincolor1, int staincolor2, int staintex, float stainalpha, float stainsize, float angle, float spin, float tint[4]);
+
                        }
                        if (bubbles)
                        {