summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-01-05 19:42:31 (GMT)
committer Simon <simon@hardwired.org.uk>2011-01-05 19:42:31 (GMT)
commit71c5d53f7f65941834d15e91e7871bff32f3c821 (patch)
tree2c281ecd53414e148c8bfa9cfa47fcaba1bacf42 /src/graphics.c
parent5d7c0194f18d0fce25b0703b80829b0d0a719a96 (diff)
parentcf2489916c6055327f9def21ee70088f4023a384 (diff)
downloadpowder-71c5d53f7f65941834d15e91e7871bff32f3c821.zip
powder-71c5d53f7f65941834d15e91e7871bff32f3c821.tar.gz
Changes by cracker
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index c98df3c..73a8f59 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1987,7 +1987,7 @@ void draw_parts(pixel *vid)
blendpixel(vid, nx+1, ny+1, cr, cg, cb, 32);
blendpixel(vid, nx-1, ny-1, cr, cg, cb, 32);
}
- }
+ }
else if(t==PT_FILT)
{
int temp_bin = (int)((parts[i].temp-273.0f)*0.025f);