Fix QRTZ killing life=0 PHOT, fixes #415

This commit is contained in:
jacob1 2017-05-09 21:56:01 -04:00
parent b9c658ae20
commit b0f3b2a36b

View File

@ -86,7 +86,8 @@ int Element_PHOT::update(UPDATE_FUNC_ARGS)
parts[i].vy = 3.0f*sinf(a);
if(parts[i].ctype == 0x3FFFFFFF)
parts[i].ctype = 0x1F<<(rand()%26);
parts[i].life++; //Delay death
if (parts[i].life)
parts[i].life++; //Delay death
}
else if((r&0xFF) == PT_BGLA && !ry && !rx)//if on BGLA
{