diff options
Diffstat (limited to 'games/xevil/files/patch-aa')
-rw-r--r-- | games/xevil/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xevil/files/patch-aa b/games/xevil/files/patch-aa new file mode 100644 index 000000000000..7417a7af7ca8 --- /dev/null +++ b/games/xevil/files/patch-aa @@ -0,0 +1,19 @@ +*** main.C~ Wed Feb 8 21:31:58 1995 +--- main.C Sat May 6 00:16:24 1995 +*************** +*** 49,55 **** + + + // Defines +! #define MSEC_PER_CLOCK (1.0e3 / CLOCKS_PER_SEC) + + + #ifdef SELECT_NEEDS_PROTOTYPES +--- 49,55 ---- + + + // Defines +! #define MSEC_PER_CLOCK 8 //(1.0e3 / CLOCKS_PER_SEC) + + + #ifdef SELECT_NEEDS_PROTOTYPES |