fix spark color in nothing display

This commit is contained in:
Jacob1 2012-02-12 17:14:04 -05:00
parent dc688470a6
commit 0825324469

View File

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