summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/graphics.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/graphics.c b/src/graphics.c
index 481d891..ba19b27 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -3257,9 +3257,6 @@ void draw_parts(pixel *vid)
fire_b[y][x] = (int)((float)parts[i].life/100.0 * 255);
}
- else {
- blendpixel(vid, nx, ny, 255, 255, 255, 255);
- }
}
else if (ptypes[t].properties&PROP_HOT_GLOW && parts[i].temp>(ptransitions[t].thv-800.0f))