Fixed CLIENTONLY+WEBCLIENT

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3621 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-11-06 23:11:42 +00:00
parent 164b45a1bb
commit 2dbf289fc4
2 changed files with 1 additions and 3 deletions

View File

@ -171,6 +171,7 @@ extern "C" {
#endif
#include "world.h"
#include "q2game.h"
#include "../http/iweb.h"
#ifndef CLIENTONLY
#include "server.h"
#endif

View File

@ -21,9 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define QW_SERVER
#include "../http/iweb.h"
#define MAX_MASTERS 8 // max recipients for heartbeat packets
#define MAX_SIGNON_BUFFERS 16