engine: server: declare sv_client_t::flags as unsigned
This commit is contained in:
parent
d54a648792
commit
4543008012
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ typedef struct sv_client_s
|
||||||
cl_state_t state;
|
cl_state_t state;
|
||||||
cl_upload_t upstate; // uploading state
|
cl_upload_t upstate; // uploading state
|
||||||
char name[32]; // extracted from userinfo, color string allowed
|
char name[32]; // extracted from userinfo, color string allowed
|
||||||
int flags; // client flags, some info
|
uint flags; // client flags, some info
|
||||||
CRC32_t crcValue;
|
CRC32_t crcValue;
|
||||||
|
|
||||||
char userinfo[MAX_INFO_STRING]; // name, etc (received from client)
|
char userinfo[MAX_INFO_STRING]; // name, etc (received from client)
|
||||||
|
|
Loading…
Add table
Reference in a new issue