mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +02:00
small improvement to 7d7bf5eff6
This commit is contained in:
@@ -62,8 +62,7 @@ int Element_CLST::update(UPDATE_FUNC_ARGS)
|
|||||||
{
|
{
|
||||||
if (!(rand()%1500))
|
if (!(rand()%1500))
|
||||||
{
|
{
|
||||||
parts[i].tmp = 0;
|
sim->create_part(i, x, y, PT_PSTS);
|
||||||
sim->part_change_type(i,x,y,PT_PSTS);
|
|
||||||
sim->kill_part(r>>8);
|
sim->kill_part(r>>8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user