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:
Bill Currie 2001-10-01 01:51:36 +00:00
parent e9c420c749
commit 7fcdffb42e
6 changed files with 20 additions and 8 deletions

View file

@ -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