summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
authorlieuwe <lieuwe@mint>2011-07-29 13:54:35 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-08-08 12:32:53 (GMT)
commit8f92829aab9e3c38f65e4f0f8d83a1293e237e54 (patch)
tree37977e0490171f3580fa599d85deeb0c339295e6 /src/graphics.c
parent50c4bfd86d66c805097f4a12fb12ee8094cc2c5f (diff)
downloadpowder-8f92829aab9e3c38f65e4f0f8d83a1293e237e54.zip
powder-8f92829aab9e3c38f65e4f0f8d83a1293e237e54.tar.gz
IT WOOOOOORKS :D (fixed WIRE logic.)
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c2
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)