diff --git a/src/graphics.c b/src/graphics.c index 7b8d0c0f9..8836b526d 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 {