From: sparky4 Date: Mon, 9 Jan 2017 17:55:35 +0000 (-0600) Subject: added stuff to help me study 0.exe it is a complex program wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=4ecf82fc48a4a19ff72cd89bce7d0bda18cf2f0c;p=16.git added stuff to help me study 0.exe it is a complex program wwww --- diff --git a/src/0.c b/src/0.c index 24a2ef75..47a0e29a 100755 --- a/src/0.c +++ b/src/0.c @@ -28,7 +28,7 @@ int main(int argc,char **argv) int fd, i; char *bakapee1,*bakapee2; - boolean anim=1,noanim=0; + boolean anim=1,noanim=1; pan.pn=0; @@ -173,15 +173,6 @@ int main(int argc,char **argv) DRAWCORNERBOXES; IN_UserInput(1,1); } - if(IN_KeyDown(sc_A)) //a - { - //gvar.kurokku.fpscap=!gvar.kurokku.fpscap; - noanim=!noanim; - DRAWCORNERBOXES; - IN_UserInput(1,1); - } - - FUNCTIONKEYFUNCTIONS0EXE; if(IN_KeyDown(sc_R)){ gvar.video.page[0].dx=gvar.video.page[0].dy=gvar.video.page[1].dx=gvar.video.page[1].dy=16; mv[0].tx = mv[0].ty = mv[1].tx = mv[1].ty = INITTNUM; @@ -190,8 +181,9 @@ int main(int argc,char **argv) x=y=0; xdir=ydir=1; } //R + FUNCTIONKEYFUNCTIONS0EXE; - if(anim && !noanim) + if(anim/* && !noanim*/) { /* render box bounds. y does not need modification, but x and width must be multiple of 4 */ if (x >= overdraw) rx = (x - overdraw) & (~3);