From: sparky4 Date: Fri, 23 Oct 2015 21:59:46 +0000 (-0500) Subject: ==YAY! I GOT IT WORKING THE PLANAR BUFFER RENDERING== X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=d711e094545cfe922ae549d3865f7ed9fe93e93f;p=16.git ==YAY! I GOT IT WORKING THE PLANAR BUFFER RENDERING== --- diff --git a/16.exe b/16.exe index d10b6e1f..cb60b22b 100755 Binary files a/16.exe and b/16.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index c2412e32..96b7dbed 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index 5e114572..a05700be 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index ffa8f060..71ba51f3 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/planrpcx.c b/src/planrpcx.c index 57089ddf..d3873ed9 100755 --- a/src/planrpcx.c +++ b/src/planrpcx.c @@ -104,8 +104,8 @@ baka = 1; printf("\n"); } } - printf("Project 16 planrpcx.exe. This is just a test file!\n"); - printf("version %s\n", VERSION); + fprintf(stderr,"Project 16 planrpcx.exe. This is just a test file!\n"); + fprintf(stderr,"version %s\n", VERSION); fprintf(stderr,"%d\n", sizeof(p->plane)); fprintf(stderr,"pw=%d\n", p->width); fprintf(stderr,"ph=%d\n", p->height); diff --git a/test.exe b/test.exe index 3f31019c..9039f86c 100755 Binary files a/test.exe and b/test.exe differ