mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-16 21:34:01 +02:00
fix spark color in nothing display
This commit is contained in:
@@ -221,9 +221,9 @@ int graphics_SPRK(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;
|
||||
|
Reference in New Issue
Block a user