mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
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:
parent
dea2f48477
commit
80bc0e9fb8
11 changed files with 30 additions and 28 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue