OSDN Git Service

wwww
authorsparky4 <sparky4@cock.li>
Mon, 29 Jun 2015 08:22:25 +0000 (03:22 -0500)
committersparky4 <sparky4@cock.li>
Mon, 29 Jun 2015 08:22:25 +0000 (03:22 -0500)
renamed:    16/inputest.exe -> 16/INPUTEST.EXE
modified:   16/src/inputest.c
modified:   16/src/lib/16_in.c
modified:   16/src/lib/16_in.h

16/INPUTEST.EXE [moved from 16/inputest.exe with 100% similarity]
16/src/inputest.c
16/src/lib/16_in.c
16/src/lib/16_in.h

similarity index 100%
rename from 16/inputest.exe
rename to 16/INPUTEST.EXE
index 5df1f39..c12b19f 100644 (file)
@@ -28,6 +28,7 @@ void
 main(int argc, char *argv[])\r
 {
        player_t player[MaxPlayers];
+       //inconfig inpu;
        //extern struct inconfig inpu;
 \r
        IN_Startup();
index 55afb21..9701442 100644 (file)
@@ -55,11 +55,12 @@ struct inconfig
        char            LastASCII;\r
        ScanCode        LastScan;
 
-       KeyboardDef     KbdDefs[MaxKbds];// = {0x1d,0x38,/*0x47,*/0x48,/*0x49,*/0x4b,0x4d,/*0x4f,*/0x50/*,0x51*/};
+       KeyboardDef     KbdDefs[MaxKbds];
        JoystickDef     JoyDefs[MaxJoys];
        JoypadDef       JoypadDefs[MaxPads];
 } inpu;
 
+//extern inconfig inpu;
 //inpu.KbdDefs = {0x1d,0x38,/*0x47,*/0x48,/*0x49,*/0x4b,0x4d,/*0x4f,*/0x50/*,0x51*/};
 
 /*\r
index 410831a..9e57fe8 100644 (file)
@@ -215,7 +215,7 @@ typedef     struct
 \r
 =============================================================================\r
 */
-/*extern struct inconfig
+/*typedef struct
 {
        boolean                 MousePresent;\r
        boolean                 JoysPresent[MaxJoys];\r
@@ -228,7 +228,7 @@ typedef     struct
        KeyboardDef     KbdDefs[MaxKbds];
        JoystickDef     JoyDefs[MaxJoys];
        JoypadDef       JoypadDefs[MaxPads];
-} inpu;*/
+} inconfig;*/
 
 #ifdef DEMO0\r
                static Demo             DemoMode = demo_Off;\r
@@ -236,6 +236,7 @@ typedef     struct
                static word             DemoOffset,DemoSize;\r
 #endif\r
 
+//extern inconfig inpu;
 extern dword far* clockdw;\r
 \r
 //     Internal routines