X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_in.h;h=78ebd8053db4bec143f7dc2995773c0712fd92db;hb=9f7214fd9c7455cdde58349d0be24c4bd0343ab5;hp=ec9b56a2f424b25454f12fed1e8c3e5f77720d25;hpb=0279dd54ae3dfbaede4a10eb65cdacc9c24ba610;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index ec9b56a2..78ebd805 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -42,7 +42,7 @@ //#define TESTCONTROLNOISY #endif -extern byte testkeyin,testcontrolnoisy,testctrltype; +extern boolean testkeyin,testcontrolnoisy,testctrltype; //if else for gfxtesting and direction //player[pn].d == 2 || @@ -303,5 +303,6 @@ extern boolean IN_UserInput(dword delay,boolean clear); extern boolean IN_KeyDown(byte code); extern void IN_ClearKey(byte code); extern boolean IN_qb(byte kee); +void IN_initplayer(player_t *player, word pn); #endif