From: sparky4 Date: Tue, 10 Nov 2015 17:38:17 +0000 (-0600) Subject: i got it to work to a deree! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=c932501b7326877eac49c5e64e9ef76b70b3b124;p=16.git i got it to work to a deree! --- diff --git a/16.exe b/16.exe index e23d9aa2..d5d82999 100755 Binary files a/16.exe and b/16.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index e66ee13c..058950a1 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index c80c0c67..489d0e87 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index a51c8577..8c3a3e17 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/modex16/16planar.c b/src/lib/modex16/16planar.c index ea5675bc..4c167597 100755 --- a/src/lib/modex16/16planar.c +++ b/src/lib/modex16/16planar.c @@ -123,8 +123,6 @@ planar_buf_t planarLoadPcx(char *filename) word index[4], plane; byte count, val; - word px,py,i,pla; - /*word w=0; fprintf(stderr, "\nplanarLoadPcx: "); fprintf(stderr, "%u ", w++);*/ @@ -205,18 +203,6 @@ fprintf(stderr, "%u ", w++);*/ } while((index[0]+index[1]+index[2]+index[3]) < bufSize); loadPcxpbufPalette(file, &result); fclose(file); - -// //dump value!! -// for(pla=0; pla < 4; pla++) { -// i=0; -// printf("Plane %d\n", pla); -// for(py=0; py < result.height; py++) { -// for(px=0; px < result.pwidth; px++) { -// printf("%02X ", (int) result.plane[pla][i++]); -// } -// printf("\n"); -// } -// } // fprintf(stderr, "\n\n%s count=%d index=%d plane=%d\n", filename, count, (dword)(index[0]+index[1]+index[2]+index[3]), pla); // exit(0); return result; diff --git a/test.exe b/test.exe index 8f53c0d8..c42ae469 100755 Binary files a/test.exe and b/test.exe differ