]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_particles.c
allow tga, wal and jpg images to be 32768x32768 rather than 4096x4096,
[xonotic/darkplaces.git] / cl_particles.c
index cd169ebb8d73a44e72c39a3a42efd39adc964e75..57ab18ac75931130e6e917ec9c195a7c5c7d10c0 100644 (file)
@@ -842,7 +842,7 @@ void CL_ParticleEffect_Fallback(int effectnameindex, float count, const vec3_t o
                {
                        // bloodhack checks if this effect's color matches regular or lightning blood and if so spawns a blood effect instead
                        if (count == 1024)
-                               CL_ParticleExplosion(center);
+                               CL_ParticleEffect(EFFECT_TE_EXPLOSION, 1, originmins, originmaxs, velocitymins, velocitymaxs, NULL, 0);
                        else if (cl_particles_blood_bloodhack.integer && !cl_particles_quake.integer && (palettecolor == 73 || palettecolor == 225))
                                CL_ParticleEffect(EFFECT_TE_BLOOD, count / 2.0f, originmins, originmaxs, velocitymins, velocitymaxs, NULL, 0);
                        else