fix DEUT graphics (accidentally changed something)
This commit is contained in:
parent
16ce3a68c0
commit
aa8fe86735
@ -132,9 +132,9 @@ int Element_DEUT::graphics(GRAPHICS_FUNC_ARGS)
|
||||
if(cpart->life>=240)
|
||||
{
|
||||
*firea = 60;
|
||||
*firer = *colr += cpart->life*1;
|
||||
*fireg = *colg += cpart->life*2;
|
||||
*fireb = *colb += cpart->life*3;
|
||||
*firer = *colr += 255;
|
||||
*fireg = *colg += 255;
|
||||
*fireb = *colb += 255;
|
||||
*pixel_mode |= PMODE_GLOW | FIRE_ADD;
|
||||
}
|
||||
else if(cpart->life>0)
|
||||
|
Loading…
Reference in New Issue
Block a user