/SW/ clients almost build (don't link). gl_flashblend needs to be hacked in to allow them to link

This commit is contained in:
Bill Currie 2000-05-13 00:27:23 +00:00
parent 7682aedaf7
commit aec72be85e
3 changed files with 5 additions and 1 deletions

View file

@ -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;

View file

@ -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;

View file

@ -29,6 +29,8 @@
#include "quakedef.h"
extern cvar_t gl_flashblend;
char *svc_strings[] =
{
"svc_bad",