fix energy particles going in pipe

This commit is contained in:
jacob1 2012-08-09 21:34:51 +01:00 committed by jacksonmj
parent e100aa56a7
commit 68da8f2647

View File

@ -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);