there are still uquake issues...

This commit is contained in:
Joseph Carter 2000-02-07 23:13:16 +00:00
parent 7633189c91
commit bc28568890
2 changed files with 8 additions and 2 deletions

View file

@ -183,10 +183,13 @@ CL_ParseTEnt (void)
#endif #endif
dlight_t *dl; dlight_t *dl;
int rnd; int rnd;
// UQ used these #ifdef UQUAKE
// int colorStart, colorLength; int colorStart, colorLength;
#endif
explosion_t *ex; explosion_t *ex;
#ifdef QUAKEWORLD
int cnt; int cnt;
#endif
type = MSG_ReadByte (); type = MSG_ReadByte ();
switch (type) switch (type)

View file

@ -545,6 +545,9 @@ void V_CalcBlend (void);
// //
void CL_InitTEnts (void); void CL_InitTEnts (void);
void CL_ClearTEnts (void); void CL_ClearTEnts (void);
#ifdef UQUAKE
void CL_SignonReply (void);
#endif
#ifdef QUAKEWORLD #ifdef QUAKEWORLD
// //