fix spark color in nothing mode

This commit is contained in:
jacob1 2012-09-06 17:45:53 -04:00 committed by Simon Robertshaw
parent c32035b8ca
commit 2dcdca2761

View File

@ -278,9 +278,9 @@ int Element_SPRK::graphics(GRAPHICS_FUNC_ARGS)
{
*firea = 80;
*firer = *colr = 170;
*fireg = *colg = 200;
*fireb = *colb = 220;
*firer = 170;
*fireg = 200;
*fireb = 220;
//*pixel_mode |= FIRE_ADD;
*pixel_mode |= FIRE_ADD;
return 1;