diff options
| author | Simon <simon@hardwired.org.uk> | 2011-01-05 19:42:31 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-01-05 19:42:31 (GMT) |
| commit | 71c5d53f7f65941834d15e91e7871bff32f3c821 (patch) | |
| tree | 2c281ecd53414e148c8bfa9cfa47fcaba1bacf42 /src/graphics.c | |
| parent | 5d7c0194f18d0fce25b0703b80829b0d0a719a96 (diff) | |
| parent | cf2489916c6055327f9def21ee70088f4023a384 (diff) | |
| download | powder-71c5d53f7f65941834d15e91e7871bff32f3c821.zip powder-71c5d53f7f65941834d15e91e7871bff32f3c821.tar.gz | |
Changes by cracker
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 2 |
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); |
