Make nq and qw use the new entity state struct.

This isn't really the best solution, but it does get things being shared
with the minimum of fuss.
This commit is contained in:
Bill Currie 2012-07-01 11:36:47 +09:00
parent dea2f48477
commit 80bc0e9fb8
11 changed files with 30 additions and 28 deletions

View file

@ -338,9 +338,8 @@ extern struct cvar_s *cl_fb_players;
extern client_state_t cl;
// FIXME, allocate dynamically
extern entity_state_t cl_baselines[MAX_EDICTS];
extern entity_t *cl_static_entities;
extern entity_t cl_entities[512];
extern qboolean nomaster;
extern char *server_version; // version of server we connected to