void INL_GetJoyDelta(word joy,int *dx,int *dy/*,boolean adaptive*/, global_game_variables_t *gvar)\r
{\r
word x,y;\r
-//00 word TimeCount = *clockw;\r
+//00++++ word TimeCount = *clockw;\r
JoystickDef *def;\r
-//00static word lasttime;\r
+//00++++static word lasttime;\r
\r
IN_GetJoyAbs(joy,&x,&y);\r
def = gvar->in.JoyDefs + joy;\r
// *dy *= time;\r
// }\r
// }\r
-//00 lasttime = TimeCount;\r
+//00++++ lasttime = TimeCount;\r
}\r
\r
///////////////////////////////////////////////////////////////////////////\r
word\r
IN_GetJoyButtonsDB(word joy)\r
{\r
-//00 word TimeCount = *clockw;\r
-//00 word lasttime;\r
+//00++++ word TimeCount = *clockw;\r
+//00++++ word lasttime;\r
word result1,result2;\r
\r
do\r
{\r
result1 = INL_GetJoyButtons(joy);\r
-//00 lasttime = TimeCount;\r
-//00 while(TimeCount == lasttime)\r
+//00++++ lasttime = TimeCount;\r
+//00++++ while(TimeCount == lasttime)\r
//;\r
result2 = INL_GetJoyButtons(joy);\r
} while(result1 != result2);\r