This commit is contained in:
FacialTurd 2010-12-30 04:26:48 -08:00
parent 99e8ce0542
commit e561aeb321

View File

@ -2498,7 +2498,7 @@ void update_particles_i(pixel *vid, int start, int inc)
{
#ifdef SDEUT
create_n_parts(parts[r>>8].life, x+nx, y+ny, parts[i].vx, parts[i].vy, PT_NEUT);
#elif
#else
create_part(r>>8, x+nx, y+ny, PT_NEUT);
parts[r>>8].vx = 0.25f*parts[r>>8].vx + parts[i].vx;
parts[r>>8].vy = 0.25f*parts[r>>8].vy + parts[i].vy;