PPIP glowing brck in fire mode

This commit is contained in:
Simon Robertshaw 2012-08-21 15:00:08 +01:00
parent 3f506c86b9
commit 2adea2f7e3

View File

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