diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-05-05 23:42:52 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-05-05 23:42:52 +0000 |
commit | 2cf78b38c38f3ecb67a466b13c2d8c8c4440368e (patch) | |
tree | 215a37e0416f66450408fecba5036920b8bfb9d2 /games/xevil/files/patch-aa | |
parent | add myself as MAINTAINER (diff) |
XEvil is a side-view, fast-action, kill everything type of game.
Notes
Notes:
svn path=/head/; revision=1637
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 |