Some bugs fixed. I wonder what I've broken.
Oh yeah, hud scoreboard stuff works now. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1883 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
44476382fe
commit
e3cb464de9
23 changed files with 487 additions and 56 deletions
|
@ -132,7 +132,7 @@ typedef struct
|
|||
typedef struct player_info_s
|
||||
{
|
||||
int userid;
|
||||
char userinfo[MAX_INFO_STRING];
|
||||
char userinfo[EXTENDED_INFO_STRING];
|
||||
|
||||
// scoreboard information
|
||||
char name[MAX_SCOREBOARDNAME];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue