]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.c
modified: 16.exe
[16.git] / src / lib / 16_in.c
index 2878be77c71f4c15d9eb6c645f1b4c26a7432bef..4dd9aa0cc3feb7b7230c851a94c79de07eaf85d9 100644 (file)
@@ -371,7 +371,7 @@ INL_GetJoyDelta(word joy,int *dx,int *dy,boolean adaptive)
 {\r
        word            x,y;\r
        dword   time;\r
-       dword TimeCount = *clockdw;\r
+       dword TimeCount = /***/clockdw;\r
        JoystickDef     *def;\r
 static dword   lasttime;\r
 \r
@@ -465,7 +465,7 @@ register    word    result;
 word\r
 IN_GetJoyButtonsDB(word joy)\r
 {\r
-       dword TimeCount = *clockdw;\r
+       dword TimeCount = /***/clockdw;\r
        dword   lasttime;\r
        word            result1,result2;\r
 \r
@@ -1176,7 +1176,7 @@ IN_IsUserInput()
 boolean\r
 IN_UserInput(dword delay,boolean clear)\r
 {\r
-       dword TimeCount = *clockdw;\r
+       dword TimeCount = /***/clockdw;\r
        dword   lasttime;\r
 \r
        lasttime = TimeCount;\r