diff options
Diffstat (limited to 'src')
| -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 7b8d0c0..8836b52 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1328,7 +1328,7 @@ void draw_parts(pixel *vid) nx = (int)(parts[i].x+0.5f); ny = (int)(parts[i].y+0.5f); - else if(cmode!=CM_HEAT) + if(cmode!=CM_HEAT) { if(t==PT_STKM) //Just draw head here { |
