mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +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
|
@ -36,7 +36,6 @@ static const char rcsid[] =
|
|||
#include "QF/model.h"
|
||||
|
||||
const int mod_lightmap_bytes = 1;
|
||||
cvar_t *gl_sky_divide; // not used but needed for linking
|
||||
|
||||
void Mod_LoadBrushModel (model_t *mod, void *buffer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue