mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-21 23:45:20 +02:00
Tron wasn't keeping its NODIE flag.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user