WIFI: always delay one frame before conducting, to prevent particle order issues

This commit is contained in:
jacksonmj 2013-09-21 13:18:27 +01:00
parent ce277a11f1
commit ef6cc9c418

View File

@ -73,7 +73,7 @@ int Element_WIFI::update(UPDATE_FUNC_ARGS)
}
else
{
if ((r&0xFF)==PT_SPRK && parts[r>>8].ctype!=PT_NSCN && parts[r>>8].life>=3)
if ((r&0xFF)==PT_SPRK && parts[r>>8].ctype!=PT_NSCN && parts[r>>8].life==3)
{
sim->wireless[parts[i].tmp][1] = 1;
sim->ISWIRE = 2;