a67f63f67f
the GPL, effectively creating a free stand-alone game. You do not need Quake III Arena to play this game. Bots were added starting in 0.6.0. They will spout taunts and everything! Concepts would be loose, so don't expect a remake of Klesk in his original Klesk form, or any direct remakes of any map/weapon/model. WWW: http://openarena.ws/ PR: ports/115072 Submitted by: Josh Tolbert <hemi at puresimplicity.net>
15 lines
376 B
C
15 lines
376 B
C
--- ./code/qcommon/q_platform.h.orig Tue Dec 27 16:46:01 2005
|
|
+++ ./code/qcommon/q_platform.h Sun Jun 11 17:26:26 2006
|
|
@@ -176,11 +176,7 @@
|
|
#define ID_INLINE inline
|
|
#define PATH_SEP '/'
|
|
|
|
-#ifdef __i386__
|
|
-#define ARCH_STRING "i386"
|
|
-#elif defined __axp__
|
|
-#define ARCH_STRING "alpha"
|
|
-#endif
|
|
+#define ARCH_STRING ARCH
|
|
|
|
#if BYTE_ORDER == BIG_ENDIAN
|
|
#define Q3_BIG_ENDIAN
|