mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
Fix unnecessary break in LSNS. Closes #713
This commit is contained in:
@@ -142,13 +142,10 @@ static int update(UPDATE_FUNC_ARGS)
|
||||
}
|
||||
}
|
||||
// .life deserialization.
|
||||
if (doDeserialization)
|
||||
else if (doDeserialization)
|
||||
{
|
||||
if (TYP(r) != PT_FILT)
|
||||
{
|
||||
parts[ID(r)].life = life - 0x10000000;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user