From d0291e73bc2698272db8964da148f51610fd7b14 Mon Sep 17 00:00:00 2001 From: Bryan Hoyle Date: Tue, 16 Aug 2011 14:51:59 -0400 Subject: I'm an idiot, had to replace the blendpixel because I forgot about fire mode. 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); + } } -- cgit v0.9.2-21-gd62e