mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +00:00
- convert svc_deltapacketentities
- add a Host_NetError that dumps a packet log and disconnects, and use it instead of Host_EndGame in most cases - fix a couple multiply-defined vars
This commit is contained in:
parent
743bc5178b
commit
dd19f7b500
15 changed files with 229 additions and 155 deletions
|
@ -37,7 +37,7 @@ void CL_EmitEntities (void);
|
|||
void CL_ClearProjectiles (void);
|
||||
void CL_ParseProjectiles (void);
|
||||
void CL_ParsePacketEntities (void);
|
||||
void CL_ParseDeltaPacketEntities (qboolean delta);
|
||||
void CL_ParseDeltaPacketEntities ();
|
||||
void CL_SetSolidEntities (void);
|
||||
void CL_ParsePlayerinfo (void);
|
||||
void CL_Ents_Init (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue