summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/tron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/tron.c b/src/elements/tron.c
index f6ee3d7..4c50321 100644
--- a/src/elements/tron.c
+++ b/src/elements/tron.c
@@ -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
{