forgot #ifdef Q2CLIENT around q2 stuff
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3008 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3a7d339c38
commit
01d05dc3b6
1 changed files with 2 additions and 0 deletions
|
@ -1238,6 +1238,7 @@ qboolean CL_WriteDeltas (int plnum, sizebuf_t *buf)
|
|||
return dontdrop;
|
||||
}
|
||||
|
||||
#ifdef Q2CLIENT
|
||||
qboolean CL_SendCmdQ2 (sizebuf_t *buf)
|
||||
{
|
||||
int seq_hash;
|
||||
|
@ -1306,6 +1307,7 @@ qboolean CL_SendCmdQ2 (sizebuf_t *buf)
|
|||
|
||||
return dontdrop;
|
||||
}
|
||||
#endif
|
||||
|
||||
qboolean CL_SendCmdQW (sizebuf_t *buf)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue