From: sparky4 Date: Tue, 10 Nov 2015 19:25:57 +0000 (-0600) Subject: hmmm let me see what i did before wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=220f356f1b06b309bbb323dd72b26d7ada94de87;p=16.git hmmm let me see what i did before wwww --- diff --git a/16.exe b/16.exe index 2f888ff5..5c29f5e7 100755 Binary files a/16.exe and b/16.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index a57147b3..a03ce4c6 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index 0ca8800a..6482701e 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index dc868b0e..62470be1 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/modex16/16render.c b/src/lib/modex16/16render.c index d5a31e93..6ae57a80 100755 --- a/src/lib/modex16/16render.c +++ b/src/lib/modex16/16render.c @@ -287,7 +287,7 @@ void modexDrawBmpPBufRegion(page_t *page, int x, int y, int rx, int ry, int rw, int rh, planar_buf_t *bmp) { word poffset = (word) page->data + y*(page->width/4) + x/4; - byte *data = *bmp->plane[0];//+bmp->offset; + byte *data = bmp->plane[0]; word bmpOffset = (word) data + ry * bmp->width + rx; word width = rw; word height = rh; @@ -365,7 +365,7 @@ void modexDrawSpritePBufRegion(page_t *page, int x, int y, int rx, int ry, int rw, int rh, planar_buf_t *bmp) { word poffset = (word)page->data + y*(page->width/4) + x/4; - byte *data = *bmp->plane[0];//+bmp->offset; + byte *data = bmp->plane[0]; word bmpOffset = (word) data + ry * bmp->width + rx; word width = rw; word height = rh; diff --git a/test.exe b/test.exe index 5caab693..b192b920 100755 Binary files a/test.exe and b/test.exe differ