mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
Nuke MAX_SCOREBOARDNAME from qw.
It was different from nq's MAX_SCOREBOARDNAME, and not really necessary, what with being able to uuse info_key_t caches.
This commit is contained in:
parent
b4ad695e16
commit
1aa2c22169
7 changed files with 40 additions and 41 deletions
|
@ -60,16 +60,13 @@ typedef struct player_state_s {
|
|||
|
||||
} player_state_t;
|
||||
|
||||
#undef MAX_SCOREBOARDNAME
|
||||
#define MAX_SCOREBOARDNAME 16
|
||||
|
||||
typedef struct player_info_s
|
||||
{
|
||||
int userid;
|
||||
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