Whoops
This commit is contained in:
parent
99e8ce0542
commit
e561aeb321
@ -2498,7 +2498,7 @@ void update_particles_i(pixel *vid, int start, int inc)
|
|||||||
{
|
{
|
||||||
#ifdef SDEUT
|
#ifdef SDEUT
|
||||||
create_n_parts(parts[r>>8].life, x+nx, y+ny, parts[i].vx, parts[i].vy, PT_NEUT);
|
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);
|
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].vx = 0.25f*parts[r>>8].vx + parts[i].vx;
|
||||||
parts[r>>8].vy = 0.25f*parts[r>>8].vy + parts[i].vy;
|
parts[r>>8].vy = 0.25f*parts[r>>8].vy + parts[i].vy;
|
||||||
|
Loading…
Reference in New Issue
Block a user