Tron wasn't keeping its NODIE flag.

This commit is contained in:
cracker64 2012-06-07 01:04:51 -03:00
parent bf371d03cc
commit c1d7aa229f

View File

@ -159,7 +159,7 @@ int update_TRON(UPDATE_FUNC_ARGS) {
//set own life and clear .tmp (it dies if it can't move anyway)
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
{