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
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)

View file

@ -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
//