TPT: Tron wasn't keeping its NODIE flag
This commit is contained in:
parent
c7ec0b76f6
commit
19d071f10b
@ -125,7 +125,7 @@ int Element_TRON::update(UPDATE_FUNC_ARGS)
|
|||||||
|
|
||||||
//set own life and clear .tmp (it dies if it can't move anyway)
|
//set own life and clear .tmp (it dies if it can't move anyway)
|
||||||
parts[i].life = parts[i].tmp2;
|
parts[i].life = parts[i].tmp2;
|
||||||
parts[i].tmp &= parts[i].tmp&0xF810;
|
parts[i].tmp &= parts[i].tmp&0xF818;
|
||||||
}
|
}
|
||||||
else // fade tail deco, or prevent tail from dieing
|
else // fade tail deco, or prevent tail from dieing
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user