Fix ARAY destroy mode

This commit is contained in:
Simon 2010-12-06 23:08:40 +00:00
parent 3cf8bb93c7
commit 1a7ff13d61

View File

@ -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;
}
}
}