mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
fix energy particles going in pipe
This commit is contained in:
@@ -2603,7 +2603,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