From 664e15215dd8345b6ca54fc885492fe3fb103488 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Aug 2010 17:13:46 -0400 Subject: change a tad bit diff --git a/powder.c b/powder.c index 750beaa..334884a 100644 --- a/powder.c +++ b/powder.c @@ -3236,10 +3236,10 @@ justdraw: cg = 0x70; cb = 0x20; blendpixel(vid, nx, ny, cr, cg, cb, 192); - blendpixel(vid, nx+1, ny, cr, cg, cb, 96); - blendpixel(vid, nx-1, ny, cr, cg, cb, 96); - blendpixel(vid, nx, ny+1, cr, cg, cb, 96); - blendpixel(vid, nx, ny-1, cr, cg, cb, 96); + blendpixel(vid, nx+1, ny, cr, cg, cb, 5); + blendpixel(vid, nx-1, ny, cr, cg, cb, 5); + blendpixel(vid, nx, ny+1, cr, cg, cb, 5); + blendpixel(vid, nx, ny-1, cr, cg, cb, 5); for(int tempx = 2; tempx < 10; tempx++) { for(int tempy = 2; tempy < 10; tempy++) { blendpixel(vid, nx+tempx, ny-tempy, cr, cg, cb, 5); @@ -3254,10 +3254,10 @@ justdraw: cg = 0x70; cb = 0x20; blendpixel(vid, nx, ny, cr, cg, cb, 192); - blendpixel(vid, nx+1, ny, cr, cg, cb, 96); - blendpixel(vid, nx-1, ny, cr, cg, cb, 96); - blendpixel(vid, nx, ny+1, cr, cg, cb, 96); - blendpixel(vid, nx, ny-1, cr, cg, cb, 96); + blendpixel(vid, nx+1, ny, cr, cg, cb, 5); + blendpixel(vid, nx-1, ny, cr, cg, cb, 5); + blendpixel(vid, nx, ny+1, cr, cg, cb, 5); + blendpixel(vid, nx, ny-1, cr, cg, cb, 5); for(int tempx = 2; tempx < 10; tempx++) { for(int tempy = 2; tempy < 10; tempy++) { blendpixel(vid, nx+tempx, ny-tempy, cr, cg, cb, 5); -- cgit v0.9.2-21-gd62e