mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-21 10:51:06 +00:00
/SW/ clients almost build (don't link). gl_flashblend needs to be hacked in to allow them to link
This commit is contained in:
parent
7682aedaf7
commit
aec72be85e
3 changed files with 5 additions and 1 deletions
|
@ -222,7 +222,7 @@ void R_ZDrawSubmodelPolys (model_t *clmodel);
|
|||
// Alias models
|
||||
//=========================================================
|
||||
|
||||
#define MAXALIASVERTS 2000 // TODO: tune this
|
||||
#define MAXALIASVERTS 1024
|
||||
#define ALIAS_Z_CLIP_PLANE 5
|
||||
|
||||
extern int numverts;
|
||||
|
|
|
@ -33,6 +33,8 @@ extern cvar_t cl_predict_players;
|
|||
extern cvar_t cl_predict_players2;
|
||||
extern cvar_t cl_solid_players;
|
||||
|
||||
extern cvar_t gl_flashblend;
|
||||
|
||||
static struct predicted_player {
|
||||
int flags;
|
||||
qboolean active;
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
|
||||
#include "quakedef.h"
|
||||
|
||||
extern cvar_t gl_flashblend;
|
||||
|
||||
char *svc_strings[] =
|
||||
{
|
||||
"svc_bad",
|
||||
|
|
Loading…
Reference in a new issue