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

@ -729,8 +729,7 @@ V_CalcRefdef (void)
} else
oldz = cl.simorg[2];
if (atoi (Info_ValueForKey (cl.serverinfo, "chase"))
&& chase_active->int_val)
if (cl.chase && chase_active->int_val)
Chase_Update ();
}