mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
164b45a1bb
commit
2dbf289fc4
2 changed files with 1 additions and 3 deletions
|
@ -171,6 +171,7 @@ extern "C" {
|
|||
#endif
|
||||
#include "world.h"
|
||||
#include "q2game.h"
|
||||
#include "../http/iweb.h"
|
||||
#ifndef CLIENTONLY
|
||||
#include "server.h"
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue