mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-22 15:41:57 +02:00
Fix ARAY destroy mode
This commit is contained in:
parent
3cf8bb93c7
commit
1a7ff13d61
@ -1865,6 +1865,8 @@ void update_particles_i(pixel *vid, int start, int inc)
|
||||
if(parts[r>>8].type==PT_BRAY&&parts[r>>8].tmp==1){
|
||||
parts[r>>8].life = 1;
|
||||
docontinue = 1;
|
||||
} else {
|
||||
docontinue = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user