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
|
#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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue