7e4cbdf713
Quake II game source. This port installs the Quake II game source, together with BSD Makefiles, for building modifications. It can also install the Capture the Flag mod, Rogue and Xatrix game source. PR: ports/86737 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
10 lines
327 B
C
10 lines
327 B
C
--- src/rogue/g_local.h.orig Mon Nov 30 17:53:20 1998
|
|
+++ src/rogue/g_local.h Tue Sep 27 20:20:27 2005
|
|
@@ -22,7 +22,6 @@
|
|
//==================================================================
|
|
|
|
#ifndef _WIN32
|
|
-#include <nan.h>
|
|
#define min(a,b) ((a) < (b) ? (a) : (b))
|
|
#define max(a,b) ((a) > (b) ? (a) : (b))
|
|
#ifdef __sun__
|