From 4ecf82fc48a4a19ff72cd89bce7d0bda18cf2f0c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 9 Jan 2017 11:55:35 -0600 Subject: [PATCH] added stuff to help me study 0.exe it is a complex program wwww --- src/0.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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); -- 2.39.5