From: sparky4 Date: Fri, 23 Oct 2015 22:53:26 +0000 (-0500) Subject: planrpcx.exe now can time it's drawing~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=f70fc7c6bcf1f9f8806ec7ec8720bc7c2dc522f2;p=16.git planrpcx.exe now can time it's drawing~ --- diff --git a/16.exe b/16.exe index 4e01f584..3dca504e 100755 Binary files a/16.exe and b/16.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 7d276c53..ed77e1a9 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index 7352845d..37ba0d0f 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index 251f904d..c1e85fdc 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/planrpcx.c b/src/planrpcx.c index 4829b54f..375d2c24 100755 --- a/src/planrpcx.c +++ b/src/planrpcx.c @@ -44,15 +44,13 @@ void main(int argc, char *argv[]) bakapeee = malloc(64); - if(argv[1]) bakapeee = argv[1]; - else bakapeee = "data/koishi~.pcx"; + if(argv[1]) bakapeee = argv[1]; + else bakapeee = "data/koishi~.pcx"; -// if(argv[2]) baka = atoi(argv[2]); -// else -baka = 1; -//0000 bmp = bitmapLoadPcx("data/koishi~~.pcx"); - bmp = bitmapLoadPcx(bakapeee); - //bmp = bitmapLoadPcx("data/koishi~.pcx"); + if(argv[2]) baka = atoi(argv[2]); + else baka = 1; + + bmp = bitmapLoadPcx(bakapeee); p = planar_buf_from_bitmap(&bmp); VGAmodeX(baka, &gvar); gvar.video.page[0]=modexDefaultPage(&gvar.video.page[0]); diff --git a/test.exe b/test.exe index b75817de..f502cdeb 100755 Binary files a/test.exe and b/test.exe differ