diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-01-15 02:54:22 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-01-15 02:54:22 +0000 |
commit | 61935cd1a08549c7320db82e411c58599bfda9a1 (patch) | |
tree | 93686361471f382e531b137d295b31ebd1d1c35f /games/doom/files/patch-ai | |
parent | 24e0c17eb50e6d85564dc3b7ff6800f49a6f6e93 (diff) |
Notes
Diffstat (limited to 'games/doom/files/patch-ai')
-rw-r--r-- | games/doom/files/patch-ai | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/doom/files/patch-ai b/games/doom/files/patch-ai new file mode 100644 index 000000000000..f42019167834 --- /dev/null +++ b/games/doom/files/patch-ai @@ -0,0 +1,8 @@ +--- linuxdoom-1.10/m_bbox.c~ Mon Dec 22 21:40:50 1997 ++++ linuxdoom-1.10/m_bbox.c Mon Dec 14 03:44:53 1998 +@@ -1,3 +1,5 @@ ++#define MAXINT 0x7fffffff ++#define MININT 0x80000000 + // Emacs style mode select -*- C++ -*- + //----------------------------------------------------------------------------- + // |