From 60c6aab523f8a593c262f618d8419517963fe3a9 Mon Sep 17 00:00:00 2001 From: Bryan Hoyle Date: Tue, 16 Aug 2011 14:44:48 -0400 Subject: Accedentally put in a blendpixel, it is now removed 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)) -- cgit v0.9.2-21-gd62e