diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-03-16 18:20:17 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-03-16 19:09:12 (GMT) |
| commit | a6dabf20722250c7f4cc254eb2cbf264149306e5 (patch) | |
| tree | ac6049aed20d1867b67f189fdd36af1876483c5b /src/graphics.c | |
| parent | 02084109524239a2b57b5eb8d699bd6c1fbe1597 (diff) | |
| download | powder-a6dabf20722250c7f4cc254eb2cbf264149306e5.zip powder-a6dabf20722250c7f4cc254eb2cbf264149306e5.tar.gz | |
Visual Studio
Diffstat (limited to 'src/graphics.c')
| -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 ddb8368..fb3d384 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -2927,9 +2927,9 @@ void draw_parts(pixel *vid) void draw_wavelengths(pixel *vid, int x, int y, int h, int wl) { - fillrect(vid,x-1,y-1,30+1,h+1,64,64,64,255); // coords -1 size +1 to work around bug in fillrect - TODO: fix fillrect int i,cr,cg,cb,j; int tmp; + fillrect(vid,x-1,y-1,30+1,h+1,64,64,64,255); // coords -1 size +1 to work around bug in fillrect - TODO: fix fillrect for (i=0;i<30;i++) { if ((wl>>i)&1) |
