mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
mirror the chase and watervis serverinfo keys in the cl struct so
Info_ValueForKey doesn't get hit so often.
This commit is contained in:
parent
e9c420c749
commit
7fcdffb42e
6 changed files with 20 additions and 8 deletions
|
@ -257,6 +257,10 @@ typedef struct
|
|||
int viewentity;
|
||||
float stdver;
|
||||
|
||||
// serverinfo mirrors
|
||||
int watervis;
|
||||
int chase;
|
||||
|
||||
// refresh related state
|
||||
struct model_s *worldmodel; // cl_entitites[0].model
|
||||
int num_entities; // stored bottom up in cl_entities array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue