X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=f336695a3b8afd1927aa39c3f26a92bb91851b40;hb=c52f1f24a6ccedba6b2d0c1c8911c363419e7f49;hp=31c8d90734b61a2ad958d456ed6b558a21944987;hpb=8c185ad263ff4fadf19797ae157d0fcedcab2db3;p=16.git diff --git a/src/inputest.c b/src/inputest.c index 31c8d907..f336695a 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(IN_qb(sc_9)>0) printf("%u\n", IN_qb(sc_9)); + printf("%u\n", IN_qb(sc_9)); } IN_Shutdown(); //printf("%u\n", in.Keyboard[sc_Escape]);