MINIMAL should now compile

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3576 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-08-11 09:31:24 +00:00
parent 2d5cd2ca11
commit d860ab6658
2 changed files with 3 additions and 2 deletions

View file

@ -2270,6 +2270,7 @@ void CL_ParseServerData (void)
#endif #endif
} }
#ifdef Q2CLIENT
void CLQ2_ParseServerData (void) void CLQ2_ParseServerData (void)
{ {
char *str; char *str;
@ -2364,7 +2365,7 @@ void CLQ2_ParseServerData (void)
if (R_PreNewMap) if (R_PreNewMap)
R_PreNewMap(); R_PreNewMap();
} }
#endif
void CL_ParseEstablished(void) void CL_ParseEstablished(void)

View file

@ -117,8 +117,8 @@ typedef struct
#ifdef NQPROT #ifdef NQPROT
qboolean isnqprotocol; qboolean isnqprotocol;
struct netprim_s netprim;
#endif #endif
struct netprim_s netprim;
float last_received; // for timeouts float last_received; // for timeouts