if (t!=PT_CLNE && t!=PT_BCLN && t!=PT_THING) // don't do it for these elements
{
//do stuff
}
jacksonmj:
@Videogamer555 (View Post)
Maybe put it in the main particle update loop, in update_particles_i in powder.c (look near line 2010)if (t!=PT_CLNE && t!=PT_BCLN && t!=PT_THING) // don't do it for these elements
{
//do stuff
}