From: sparky4 Date: Sat, 24 Oct 2015 00:57:30 +0000 (-0500) Subject: it works well! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=4388d78db512b19cfb276402059633929b560dd3;p=16.git it works well! --- diff --git a/16.exe b/16.exe index 2c038168..a7299ecb 100755 Binary files a/16.exe and b/16.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index ce3343a2..e15b301d 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index 48a80be6..de7be401 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index dba0054b..cde8e2cd 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/planrpcx.c b/src/planrpcx.c index 086a5a52..d4b91e00 100755 --- a/src/planrpcx.c +++ b/src/planrpcx.c @@ -47,8 +47,8 @@ void main(int argc, char *argv[]) if(argv[1]) bakapeee = argv[1]; else bakapeee = "data/koishi~.pcx"; -// if(argv[2]) baka = atoi(argv[2]); -// else + if(argv[2]) baka = atoi(argv[2]); + else baka = 1; bmp = bitmapLoadPcx(bakapeee); diff --git a/test.exe b/test.exe index e1d275c7..babbeb69 100755 Binary files a/test.exe and b/test.exe differ