mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-20 18:42:34 +00:00
there are still uquake issues...
This commit is contained in:
parent
7633189c91
commit
bc28568890
2 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue