diff options
author | jmz <jmz@FreeBSD.org> | 1995-05-05 23:42:52 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-05-05 23:42:52 +0000 |
commit | d72b64f81221e356d6153753455ed472e2057c36 (patch) | |
tree | 27579a299ce11a7ff4af5f6720f5bf8cc0371f30 /games/xevil/files | |
parent | 930d557d64244661dba0701fa6ee61185154d91b (diff) | |
download | FreeBSD-ports-d72b64f81221e356d6153753455ed472e2057c36.zip FreeBSD-ports-d72b64f81221e356d6153753455ed472e2057c36.tar.gz |
XEvil is a side-view, fast-action, kill everything type of game.
Diffstat (limited to 'games/xevil/files')
-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 0000000..7417a7a --- /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 |