mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Rename nq's cl.scores to cl.players.
This commit is contained in:
parent
d514d4e465
commit
13677bc5d3
5 changed files with 24 additions and 22 deletions
|
@ -221,8 +221,8 @@ typedef struct {
|
|||
|
||||
int cdtrack; // cd audio
|
||||
|
||||
// frag scoreboard
|
||||
player_info_t *scores; // [cl.maxclients]
|
||||
// all player information
|
||||
player_info_t *players;
|
||||
|
||||
lightstyle_t lightstyle[MAX_LIGHTSTYLES];
|
||||
} client_state_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue