TPT: fix enegery particles going into PIPE
This commit is contained in:
parent
5ea1889e81
commit
9c599a7b9f
@ -4018,7 +4018,7 @@ killed:
|
||||
{
|
||||
parts[r>>8].tmp = (parts[r>>8].tmp&~0xFF) | parts[i].type;
|
||||
parts[r>>8].temp = parts[i].temp;
|
||||
parts[r>>8].flags = parts[i].life;
|
||||
parts[r>>8].tmp2 = parts[i].life;
|
||||
parts[r>>8].pavg[0] = parts[i].tmp;
|
||||
parts[r>>8].pavg[1] = parts[i].ctype;
|
||||
kill_part(i);
|
||||
|
Reference in New Issue
Block a user