-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
I was burning the 'Fallout:Barbarian Vault Boy' save, and then decided to draw some PRTI/PRTO. It then started randomly being deleted. This used to be a problem in my mod, and it's caused when a PT_NONE particle is killed, and the kill_part lets it be killed. Moving a particle after it was killed by things like VOID and BHOL (tpt does this) sometimes causes strange problems like this when there aren't enough checks in different places.
Here is the result: 934473, but it doesn't continue happening later, i'll try repeating what I did to see if it always happens.
Also, see this commit,changing part[i].type = PT_NONE to kill_part(i) caused the problem, and then I fixed it in the same commit. Maybe you forgot to merge that in too.