mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
fix a #define clash I missed earlier
This commit is contained in:
parent
95f6db7775
commit
a3ec4ac781
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ typedef struct player_state_s {
|
|||
int oldbuttons;
|
||||
} player_state_t;
|
||||
|
||||
|
||||
#undef MAX_SCOREBOARDNAME
|
||||
#define MAX_SCOREBOARDNAME 16
|
||||
typedef struct player_info_s
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue