mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
cache the cshifts serverinfo value for further reduction of Info_ValueForKey
calls.
This commit is contained in:
parent
e435414b4b
commit
fe50e4b1e5
4 changed files with 21 additions and 13 deletions
|
@ -261,6 +261,7 @@ typedef struct
|
|||
|
||||
// serverinfo mirrors
|
||||
int chase;
|
||||
int sv_cshifts;
|
||||
int no_pogo_stick;
|
||||
int teamplay;
|
||||
int watervis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue