From: sparky4 Date: Thu, 10 Mar 2016 22:40:27 +0000 (-0600) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=c7c2bbbf981e929e57c12fcef0dfe7ad7322c4e6;p=16.git wwww --- diff --git a/inputest.exe b/inputest.exe index e0d1630a..642cbdb5 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/src/inputest.c b/src/inputest.c index 3c50e0d4..31c8d907 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -38,7 +38,7 @@ main(int argc, char *argv[]) { IN_ReadControl(0,&player); //printf("%u\n", IN_KeyDown(sc_Escape)); - if(testkeyin>0) printf("%u\n", IN_qb(sc_9)); + if(IN_qb(sc_9)>0) printf("%u\n", IN_qb(sc_9)); } IN_Shutdown(); //printf("%u\n", in.Keyboard[sc_Escape]);