diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/powder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c index 12a2e78..34a073f 100644 --- a/src/powder.c +++ b/src/powder.c @@ -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; } } } |
