X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F0.c;h=ceb1606f4fe46aec75ac2d2b8dee4a3ea3afb47c;hb=d6853b560747a3d29b99257f3097c4dbf11c274f;hp=be5f18eb608b9bee64915522268f55f93718d324;hpb=793755e7b3c6ca1d9e9ff1259cf20191d8b1bf00;p=16.git diff --git a/src/0.c b/src/0.c index be5f18eb..ceb1606f 100755 --- a/src/0.c +++ b/src/0.c @@ -31,7 +31,6 @@ int main(int argc,char **argv) { fprintf(stderr,"drawvrl \n"); bakapee1 = FILENAME_1;//"data/aconita.vrl"; bakapee2 = FILENAME_2;//"data/aconita.pal"; - //return 1; }else{ if(argv[1]) bakapee1 = argv[1]; if(argv[2]) bakapee2 = argv[2]; @@ -103,7 +102,6 @@ int main(int argc,char **argv) { } } - //while (getch() != 13); /* make distinctive pattern offscreen, render sprite, copy onscreen. * this time, we render the distinctive pattern to another offscreen location and just copy.