mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-21 19:11:09 +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
|
#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)
|
||||||
|
|
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue