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

@ -275,7 +275,6 @@ extern client_state_t cl;
// FIXME, allocate dynamically
extern entity_t cl_entities[MAX_EDICTS];
extern entity_state_t cl_entity_states[3][MAX_EDICTS];
extern double cl_msgtime[MAX_EDICTS];
extern byte cl_forcelink[MAX_EDICTS];