mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 19:04:05 +02:00
Fix ARAY destroy mode
This commit is contained in:
@@ -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){
|
if(parts[r>>8].type==PT_BRAY&&parts[r>>8].tmp==1){
|
||||||
parts[r>>8].life = 1;
|
parts[r>>8].life = 1;
|
||||||
docontinue = 1;
|
docontinue = 1;
|
||||||
|
} else {
|
||||||
|
docontinue = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user