summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2010-12-06 23:54:09 (GMT)
committer Cracker64 <cracker642@gmail.com>2010-12-06 23:54:09 (GMT)
commitfff7ecedf811e487efdb0a65012a3502915d3cb2 (patch)
treeadfda816415afb48b8ec48547394ecea16103043 /src/graphics.c
parentefb7c6bc9c1524314b67bf10ee821eefe65e2aeb (diff)
downloadpowder-fff7ecedf811e487efdb0a65012a3502915d3cb2.zip
powder-fff7ecedf811e487efdb0a65012a3502915d3cb2.tar.gz
removed battery from INST wire, some other small fixes
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index bba3890..dffcc7c 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -1409,7 +1409,7 @@ void draw_parts(pixel *vid)
cb = PIXB(ptypes[t].pcolors);
blendpixel(vid, nx, ny, cr, cg, cb, 255);
}
- else if(cmode==CM_GRAD)
+ else if(cmode==CM_GRAD)//forgot to put else, broke nothing view
{
float frequency = 0.05;
int q = parts[i].temp;