mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
r_efrag.c is almost client.h free
This commit is contained in:
parent
aa09f5ce7a
commit
e0512e4af3
8 changed files with 62 additions and 46 deletions
|
@ -124,7 +124,6 @@ typedef struct
|
|||
|
||||
#define MAX_DEMOS 8
|
||||
#define MAX_DEMONAME 16
|
||||
#define MAX_EFRAGS 512
|
||||
|
||||
|
||||
typedef enum {
|
||||
|
@ -267,7 +266,6 @@ typedef struct
|
|||
|
||||
// refresh related state
|
||||
struct model_s *worldmodel; // cl_entitites[0].model
|
||||
struct efrag_s *free_efrags;
|
||||
int num_entities; // stored bottom up in cl_entities array
|
||||
int num_statics; // stored top down in cl_entitiers
|
||||
|
||||
|
@ -318,7 +316,6 @@ extern client_state_t cl;
|
|||
|
||||
// FIXME, allocate dynamically
|
||||
extern entity_state_t cl_baselines[MAX_EDICTS];
|
||||
extern efrag_t cl_efrags[MAX_EFRAGS];
|
||||
extern entity_t cl_static_entities[MAX_STATIC_ENTITIES];
|
||||
extern lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];
|
||||
extern dlight_t cl_dlights[MAX_DLIGHTS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue