]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.c
? no idea why vrstest.exe's build date version dose not appear
[16.git] / src / lib / 16_in.c
index 85709c5e00c53fc90dd649a8698984b3741005ba..72dcadf54b6bcb5f74e5f214bd01bf2cf0b87ec1 100755 (executable)
@@ -42,6 +42,8 @@
 boolean dbg_testkeyin=0,dbg_testcontrolnoisy=0;\r
 #endif\r
 \r
+static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */\r
+\r
 /*\r
 =============================================================================\r
 \r
@@ -749,7 +751,7 @@ IN_SetKeyHook(void (*hook)())
 void\r
 IN_ClearKeysDown()\r
 {\r
-       int     i;\r
+       //int   i;\r
 \r
        inpu.LastScan = sc_None;\r
        inpu.LastASCII = key_None;\r
@@ -819,7 +821,9 @@ void near
 IN_ReadControl(int pn,player_t *player)\r
 {\r
                        boolean         realdelta;\r
+#if DEMO0\r
                        byte            dbyte;\r
+#endif\r
                        word            buttons;\r
                        int                     dx,dy;\r
                        Motion          mx,my;\r