mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
low-copy networking code. gives about 3-4% speed boost to overkill (null
renderer).
This commit is contained in:
parent
fc8d9417cb
commit
6a51021f86
10 changed files with 215 additions and 173 deletions
|
@ -78,7 +78,7 @@ typedef struct player_info_s
|
|||
struct info_s *userinfo;
|
||||
|
||||
// scoreboard information
|
||||
char name[MAX_SCOREBOARDNAME];
|
||||
struct info_key_s *name;
|
||||
float entertime;
|
||||
int frags;
|
||||
int ping;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue