X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Finputest.c;h=4345a49c81eb780435b46c0335c8e550fb32ec4f;hb=15c4985e821547d22377f80743431dc5e24892c2;hp=edd86d62c7cbc968126892393132fdbfdb066733;hpb=ec85f08eb2f24840ce0e85503343f0fda38c0807;p=16.git diff --git a/src/inputest.c b/src/inputest.c index edd86d62..4345a49c 100755 --- a/src/inputest.c +++ b/src/inputest.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -32,7 +32,6 @@ main(int argc, char *argv[]) //extern struct inconfig inpu; testkeyin=0; testcontrolnoisy=1; - testctrltype=1; IN_Startup(); IN_Default(0,&player,ctrl_Joystick1); //while(!IN_KeyDown(sc_Escape)) @@ -107,5 +106,4 @@ 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); }