From 01d05dc3b6d3490dd326502294084ea49247262e Mon Sep 17 00:00:00 2001 From: TimeServ Date: Thu, 12 Jun 2008 20:49:42 +0000 Subject: [PATCH] forgot #ifdef Q2CLIENT around q2 stuff git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3008 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_input.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/cl_input.c b/engine/client/cl_input.c index 453f6d569..8c340722f 100644 --- a/engine/client/cl_input.c +++ b/engine/client/cl_input.c @@ -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) {