diff --git a/Fonderie/sfx.c b/Fonderie/sfx.c index 114de94c..8c891ccf 100644 --- a/Fonderie/sfx.c +++ b/Fonderie/sfx.c @@ -45,6 +45,7 @@ for (y=0; yheight; y++) { else rgb[1] = mm[3]; if (rgb[2] < mB) rgb[2] = mm[4]; else rgb[2] = mm[5]; + fimg_put_rgb(pimg, x, y, rgb); } }