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:
parent
2d5cd2ca11
commit
d860ab6658
2 changed files with 3 additions and 2 deletions
|
@ -2270,6 +2270,7 @@ void CL_ParseServerData (void)
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef Q2CLIENT
|
||||
void CLQ2_ParseServerData (void)
|
||||
{
|
||||
char *str;
|
||||
|
@ -2364,7 +2365,7 @@ void CLQ2_ParseServerData (void)
|
|||
if (R_PreNewMap)
|
||||
R_PreNewMap();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
void CL_ParseEstablished(void)
|
||||
|
|
|
@ -117,8 +117,8 @@ typedef struct
|
|||
|
||||
#ifdef NQPROT
|
||||
qboolean isnqprotocol;
|
||||
struct netprim_s netprim;
|
||||
#endif
|
||||
struct netprim_s netprim;
|
||||
|
||||
float last_received; // for timeouts
|
||||
|
||||
|
|
Loading…
Reference in a new issue