1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/doom/files/patch-ai
1999-01-15 02:54:22 +00:00

9 lines
305 B
C++

--- 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++ -*-
//-----------------------------------------------------------------------------
//