summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/powder.c')
-rw-r--r--src/powder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/powder.c b/src/powder.c
index 34a073f..00179cc 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -1853,7 +1853,7 @@ void update_particles_i(pixel *vid, int start, int inc)
}
docontinue = 0;
} else if(parts[r>>8].type==PT_BRAY&&parts[r>>8].tmp==1){
- //parts[r>>8].life = 1020;
+ parts[r>>8].life = 1020;
//docontinue = 1;
} else {
if(nyy!=0 || nxx!=0){
@@ -1862,7 +1862,7 @@ void update_particles_i(pixel *vid, int start, int inc)
docontinue = 0;
}
} else if(destroy) {
- if(parts[r>>8].type==PT_BRAY&&parts[r>>8].tmp==1){
+ if(parts[r>>8].type==PT_BRAY){
parts[r>>8].life = 1;
docontinue = 1;
} else {