diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 36d7a870..797d0c2c 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -722,7 +722,7 @@ typedef struct { qboolean infoValid; - char name[ MAX_QPATH ]; + char name[ MAX_NAME_LENGTH ]; team_t team; int score; // updated by score servercmds |