From bc285688900f0df3e0d5f450a29f0761af8b5d87 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Mon, 7 Feb 2000 23:13:16 +0000 Subject: [PATCH] there are still uquake issues... --- common/cl_tent.c | 7 +++++-- common/client.h | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/common/cl_tent.c b/common/cl_tent.c index 2600c2d..cbcbc5a 100644 --- a/common/cl_tent.c +++ b/common/cl_tent.c @@ -183,10 +183,13 @@ CL_ParseTEnt (void) #endif dlight_t *dl; int rnd; -// UQ used these -// int colorStart, colorLength; +#ifdef UQUAKE + int colorStart, colorLength; +#endif explosion_t *ex; +#ifdef QUAKEWORLD int cnt; +#endif type = MSG_ReadByte (); switch (type) diff --git a/common/client.h b/common/client.h index febd357..608afd3 100644 --- a/common/client.h +++ b/common/client.h @@ -545,6 +545,9 @@ void V_CalcBlend (void); // void CL_InitTEnts (void); void CL_ClearTEnts (void); +#ifdef UQUAKE +void CL_SignonReply (void); +#endif #ifdef QUAKEWORLD //