]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.c
reverted compleately because i need to dissscuss this with the other devs of p16
[16.git] / src / lib / 16_in.c
index eb71b1aecc95e7ac66bcb9aed521adfcda36a15b..c543caf99a958a7d4a484c5c0444ce67bfb16954 100755 (executable)
@@ -267,7 +267,7 @@ void INL_Mouse(int x)
 //\r
 ///////////////////////////////////////////////////////////////////////////\r
 static void\r
-INL_GetMouseDelta(int __far*x,int __far*y)\r
+INL_GetMouseDelta(int *x,int *y)\r
 {\r
        union REGS CPURegs;\r
        Mouse(MDelta);\r
@@ -298,7 +298,7 @@ INL_GetMouseButtons(void)
 //\r
 ///////////////////////////////////////////////////////////////////////////\r
 void\r
-IN_GetJoyAbs(word joy,word __far*xp,word __far*yp)\r
+IN_GetJoyAbs(word joy,word *xp,word *yp)\r
 {\r
        byte    xb,yb,\r
                        xs,ys;\r
@@ -387,7 +387,7 @@ done:
 //             joystick (from +/-127)\r
 //\r
 ///////////////////////////////////////////////////////////////////////////\r
-void INL_GetJoyDelta(word joy,int __far*dx,int __far*dy/*,boolean adaptive*/, global_game_variables_t *gvar)\r
+void INL_GetJoyDelta(word joy,int *dx,int *dy/*,boolean adaptive*/, global_game_variables_t *gvar)\r
 {\r
        word            x,y;\r
        word TimeCount = *clockw;\r