mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-22 11:21:31 +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
|
// Alias models
|
||||||
//=========================================================
|
//=========================================================
|
||||||
|
|
||||||
#define MAXALIASVERTS 2000 // TODO: tune this
|
#define MAXALIASVERTS 1024
|
||||||
#define ALIAS_Z_CLIP_PLANE 5
|
#define ALIAS_Z_CLIP_PLANE 5
|
||||||
|
|
||||||
extern int numverts;
|
extern int numverts;
|
||||||
|
|
|
@ -33,6 +33,8 @@ extern cvar_t cl_predict_players;
|
||||||
extern cvar_t cl_predict_players2;
|
extern cvar_t cl_predict_players2;
|
||||||
extern cvar_t cl_solid_players;
|
extern cvar_t cl_solid_players;
|
||||||
|
|
||||||
|
extern cvar_t gl_flashblend;
|
||||||
|
|
||||||
static struct predicted_player {
|
static struct predicted_player {
|
||||||
int flags;
|
int flags;
|
||||||
qboolean active;
|
qboolean active;
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
|
|
||||||
#include "quakedef.h"
|
#include "quakedef.h"
|
||||||
|
|
||||||
|
extern cvar_t gl_flashblend;
|
||||||
|
|
||||||
char *svc_strings[] =
|
char *svc_strings[] =
|
||||||
{
|
{
|
||||||
"svc_bad",
|
"svc_bad",
|
||||||
|
|
Loading…
Reference in a new issue