]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_particles.c
-Changed the dpv buffer to 1 MB.
[xonotic/darkplaces.git] / cl_particles.c
index 4c61f60289ee9ab197a6126e37f292b437041bc0..2ac1966e973a468a01a990312ed2078f6ec67e29 100644 (file)
@@ -694,7 +694,7 @@ void CL_ParticleExplosion (vec3_t org)
                                VectorSubtract(v2, org, v2);
 #endif
                                VectorScale(v2, 2.0f, v2);
-                               particle(particletype + pt_static, 0xFFFFFF, 0xFFFFFF, tex_smoke[rand()&7], 12, 32, 64, 0, 0, org[0], org[1], org[2], v2[0], v2[1], v2[2], 0);
+                               particle(particletype + pt_smoke, 0x202020, 0x404040, tex_smoke[rand()&7], 12, 32, 64, 0, 0, org[0], org[1], org[2], v2[0], v2[1], v2[2], 0);
                        }
                }
 
@@ -1475,7 +1475,7 @@ void CL_MoveParticles (void)
                                        p->type = NULL;
                                break;
                        case pt_smoke:
-                               p->size += frametime * 15;
+                               //p->size += frametime * 15;
                                break;
                        case pt_decal:
                                // FIXME: this has fairly wacky handling of alpha