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>
10 lines
276 B
C
10 lines
276 B
C
--- ./code/qcommon/common.c.orig Wed Apr 26 08:27:12 2006
|
|
+++ ./code/qcommon/common.c Sun Jun 11 17:26:26 2006
|
|
@@ -25,6 +25,7 @@
|
|
#include "qcommon.h"
|
|
#include <setjmp.h>
|
|
#ifndef _WIN32
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <sys/stat.h> // umask
|
|
#else
|