Rename nq's cl.scores to cl.players.

This commit is contained in:
Bill Currie 2013-02-02 16:54:05 +09:00
parent d514d4e465
commit 13677bc5d3
5 changed files with 24 additions and 22 deletions

View file

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