diff options
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics.c b/src/graphics.c index ed60df1..5a1061e 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1732,6 +1732,8 @@ void draw_parts(pixel *vid) blendpixel(vid, nx, ny, 0, 0, 255, 255); else blendpixel(vid, nx, ny, 255, 255, 255, 255); + + continue; } if (cmode!=CM_HEAT) |
