summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/graphics.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graphics.c b/src/graphics.c
index ba19b27..b3c7231 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -3256,6 +3256,10 @@ void draw_parts(pixel *vid)
fire_g[y][x] = (int)((float)parts[i].life/100.0 * 50);
fire_b[y][x] = (int)((float)parts[i].life/100.0 * 255);
}
+ else
+ {
+ blendpixel(vid, nx, ny, 25,50,255, 255);
+ }
}