PPIP glowing brick in fire mode

This commit is contained in:
Simon Robertshaw 2012-08-21 14:58:23 +01:00
parent 62f067d29d
commit fb6f36907f

View File

@ -51,8 +51,13 @@ int Element_BRCK::graphics(GRAPHICS_FUNC_ARGS)
{
if (cpart->tmp == 1)
{
*pixel_mode |= PMODE_GLOW;
*pixel_mode |= FIRE_ADD;
*colb += 100;
*firea = 40;
*firer = *colr;
*fireg = *colg;
*fireb = *colb;
}
return 0;
}