From ec85f08eb2f24840ce0e85503343f0fda38c0807 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 2 Apr 2016 19:16:18 -0500 Subject: [PATCH] wwww --- src/inputest.c | 1 + src/lib/16_in.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/inputest.c b/src/inputest.c index f67562b4..edd86d62 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -107,4 +107,5 @@ main(int argc, char *argv[]) printf("version %s\n", VERSION); printf("testkeyin=%u\n", testkeyin); printf("testcontrolnoisy=%u\n", testcontrolnoisy); + printf("testctrltype=%u\n", testctrltype); } diff --git a/src/lib/16_in.c b/src/lib/16_in.c index 1897b512..925eaeeb 100755 --- a/src/lib/16_in.c +++ b/src/lib/16_in.c @@ -843,7 +843,7 @@ register KeyboardDef *def; else { #endif - //if(testctrltype>0) printf("player[pn].Controls=%c\n", player[pn].Controls); + if(testctrltype>0) printf("player[pn].Controls=%c\n", player[pn].Controls); switch (type = player[pn].Controls) { case ctrl_Keyboard1: -- 2.39.5